Home
last modified time | relevance | path

Searched refs:IndexOpts (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h39 IndexingOptions IndexOpts; variable
44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() argument
45 : IndexOpts(IndexOpts), DataConsumer(DataConsumer) {} in IndexingContext()
47 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()
H A DIndexingContext.cpp37 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()
H A DIndexDecl.cpp768 if (IndexOpts.ShouldTraverseDecl && !IndexOpts.ShouldTraverseDecl(D)) in indexTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp229 IndexingOptions IndexOpts; in printSourceSymbols() local
230 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() local
284 indexASTUnit(*AU, DataConsumer, IndexOpts); in printSourceSymbolsFromModule()