Searched refs:IndexingOptions (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexingAction.h | 38 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 D | IndexingOptions.h | 20 struct IndexingOptions { struct
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 109 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 D | IndexingContext.cpp | 127 case IndexingOptions::SystemSymbolFilterKind::None: in importedModule() 129 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in importedModule() 130 case IndexingOptions::SystemSymbolFilterKind::All: in importedModule() 379 case IndexingOptions::SystemSymbolFilterKind::None: in handleDeclOccurrence() 381 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in handleDeclOccurrence() 385 case IndexingOptions::SystemSymbolFilterKind::All: in handleDeclOccurrence() 485 case IndexingOptions::SystemSymbolFilterKind::None: in shouldIndexMacroOccurrence() 487 case IndexingOptions::SystemSymbolFilterKind::DeclarationsOnly: in shouldIndexMacroOccurrence() 491 case IndexingOptions::SystemSymbolFilterKind::All: in shouldIndexMacroOccurrence()
|
| H A D | IndexingContext.h | 39 IndexingOptions IndexOpts; 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() 47 const IndexingOptions &getIndexOpts() const { return IndexOpts; } in getIndexOpts()
|