Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp90 const IndexingOptions &Opts, in IndexASTConsumer()
132 IndexingOptions Opts;
136 const IndexingOptions &Opts) in IndexAction()
154 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
162 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer()
177 const IndexingOptions &Opts) { in createIndexingAction()
242 IndexingOptions Opts) { in indexASTUnit()
257 IndexingOptions Opts) { in indexTopLevelDecls()
272 index::indexMacrosCallback(IndexDataConsumer &Consumer, IndexingOptions Opts) { in indexMacrosCallback()
279 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()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp337 IndexingOptions Opts;
344 const IndexingOptions &Opts, in IndexingFrontendAction()
423 static IndexingOptions getIndexingOptionsFromCXOptions(unsigned index_options) { in getIndexingOptionsFromCXOptions()
424 IndexingOptions IdxOpts; in getIndexingOptionsFromCXOptions()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp229 IndexingOptions IndexOpts; in printSourceSymbols()
283 IndexingOptions IndexOpts; in printSourceSymbolsFromModule()