Searched refs:IndexOpts (Results 1 – 4 of 4) sorted by relevance
39 IndexingOptions IndexOpts; variable44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() argument45 : IndexOpts(IndexOpts), DataConsumer(DataConsumer) {} in IndexingContext()47 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()
37 return IndexOpts.IndexFunctionLocals; in shouldIndexFunctionLocalSymbols()41 return IndexOpts.IndexImplicitInstantiation; in shouldIndexImplicitInstantiation()45 return IndexOpts.IndexParametersInDeclarations; in shouldIndexParametersInDeclarations()49 return IndexOpts.IndexTemplateParameters; in shouldIndexTemplateParameters()128 switch (IndexOpts.SystemSymbolFilter) { in importedModule()383 switch (IndexOpts.SystemSymbolFilter) { in handleDeclOccurrence()486 if (!IndexOpts.IndexMacros) in shouldIndexMacroOccurrence()489 switch (IndexOpts.SystemSymbolFilter) { in shouldIndexMacroOccurrence()
768 if (IndexOpts.ShouldTraverseDecl && !IndexOpts.ShouldTraverseDecl(D)) in indexTopLevelDecl()
229 IndexingOptions IndexOpts; in printSourceSymbols() local230 IndexOpts.IndexFunctionLocals = indexLocals; in printSourceSymbols()231 IndexOpts.IndexMacros = !ignoreMacros; in printSourceSymbols()232 IndexOpts.IndexMacrosInPreprocessor = !ignoreMacros; in printSourceSymbols()234 createIndexingAction(DataConsumer, IndexOpts); in printSourceSymbols()247 indexModuleFile(Mod, *Reader, *DataConsumer, IndexOpts); in printSourceSymbols()283 IndexingOptions IndexOpts; in printSourceSymbolsFromModule() local284 indexASTUnit(*AU, DataConsumer, IndexOpts); in printSourceSymbolsFromModule()