Searched refs:IndexOpts (Results 1 – 3 of 3) sorted by relevance
29 IndexingContext::IndexingContext(IndexingOptions IndexOpts, in IndexingContext() argument31 : IndexOpts(IndexOpts), DataConsumer(DataConsumer) {} in IndexingContext()49 return IndexOpts.IndexFunctionLocals; in shouldIndexFunctionLocalSymbols()53 return IndexOpts.IndexImplicitInstantiation; in shouldIndexImplicitInstantiation()57 return IndexOpts.IndexParametersInDeclarations; in shouldIndexParametersInDeclarations()61 return IndexOpts.IndexTemplateParameters; in shouldIndexTemplateParameters()138 switch (IndexOpts.SystemSymbolFilter) { in importedModule()390 switch (IndexOpts.SystemSymbolFilter) { in handleDeclOccurrence()493 if (!IndexOpts.IndexMacros) in shouldIndexMacroOccurrence()496 switch (IndexOpts.SystemSymbolFilter) { in shouldIndexMacroOccurrence()
40 IndexingOptions IndexOpts; variable46 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);52 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()
812 if (IndexOpts.ShouldTraverseDecl && !IndexOpts.ShouldTraverseDecl(D)) in indexTopLevelDecl()