Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp29 IndexingContext::IndexingContext(IndexingOptions IndexOpts, in IndexingContext() argument
31 : 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()
H A DIndexingContext.h40 IndexingOptions IndexOpts; variable
46 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);
52 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()
H A DIndexDecl.cpp812 if (IndexOpts.ShouldTraverseDecl && !IndexOpts.ShouldTraverseDecl(D)) in indexTopLevelDecl()