Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp109 const IndexingOptions &Opts, in IndexASTConsumer()
151 IndexingOptions Opts;
155 const IndexingOptions &Opts) in IndexAction()
173 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
181 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer()
196 const IndexingOptions &Opts) { in createIndexingAction()
261 IndexingOptions Opts) { in indexASTUnit()
276 IndexingOptions Opts) { in indexTopLevelDecls()
291 index::indexMacrosCallback(IndexDataConsumer &Consumer, IndexingOptions Opts) { in indexMacrosCallback()
298 IndexingOptions Opts) { in indexModuleFile()
H A DIndexingContext.cpp129 case IndexingOptions::SystemSymbolFilterKind::None: in importedModule()
131 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in importedModule()
132 case IndexingOptions::SystemSymbolFilterKind::All: in importedModule()
384 case IndexingOptions::SystemSymbolFilterKind::None: in handleDeclOccurrence()
386 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in handleDeclOccurrence()
390 case IndexingOptions::SystemSymbolFilterKind::All: in handleDeclOccurrence()
490 case IndexingOptions::SystemSymbolFilterKind::None: in shouldIndexMacroOccurrence()
492 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in shouldIndexMacroOccurrence()
496 case IndexingOptions::SystemSymbolFilterKind::All: in shouldIndexMacroOccurrence()
H A DIndexingContext.h39 IndexingOptions IndexOpts;
44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
47 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()