Home
last modified time | relevance | path

Searched refs:IndexingOptions (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h38 const IndexingOptions &Opts,
43 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP,
51 const IndexingOptions &Opts);
55 IndexingOptions Opts);
60 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
65 IndexingOptions Opts);
69 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
H A DIndexingOptions.h20 struct IndexingOptions { struct
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp107 const IndexingOptions &Opts, in IndexASTConsumer()
149 IndexingOptions Opts;
153 const IndexingOptions &Opts) in IndexAction()
171 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
179 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer()
194 const IndexingOptions &Opts) { in createIndexingAction()
259 IndexingOptions Opts) { in indexASTUnit()
274 IndexingOptions Opts) { in indexTopLevelDecls()
289 index::indexMacrosCallback(IndexDataConsumer &Consumer, IndexingOptions Opts) { in indexMacrosCallback()
296 IndexingOptions Opts) { in indexModuleFile()
H A DIndexingContext.cpp29 IndexingContext::IndexingContext(IndexingOptions IndexOpts, in IndexingContext()
139 case IndexingOptions::SystemSymbolFilterKind::None: in importedModule()
141 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in importedModule()
142 case IndexingOptions::SystemSymbolFilterKind::All: in importedModule()
391 case IndexingOptions::SystemSymbolFilterKind::None: in handleDeclOccurrence()
393 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in handleDeclOccurrence()
397 case IndexingOptions::SystemSymbolFilterKind::All: in handleDeclOccurrence()
497 case IndexingOptions::SystemSymbolFilterKind::None: in shouldIndexMacroOccurrence()
499 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in shouldIndexMacroOccurrence()
503 case IndexingOptions::SystemSymbolFilterKind::All: in shouldIndexMacroOccurrence()
H A DIndexingContext.h40 IndexingOptions IndexOpts;
46 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);
52 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()