Searched defs:DataConsumer (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexingAction.cpp | 102 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon481371420111::IndexASTConsumer 108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 150 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon481371420111::IndexAction 154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 172 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 180 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 214 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacro() 233 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros() 260 void index::indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, in indexASTUnit() 275 IndexDataConsumer &DataConsumer, in indexTopLevelDecls() [all …]
|
H A D | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
|
H A D | IndexingContext.cpp | 96 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DataCollection.h | 44 void addDataToConsumer(T &DataConsumer, llvm::StringRef Str) { in addDataToConsumer() 48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) { in addDataToConsumer() 56 addDataToConsumer(T &DataConsumer, Type Data) { in addDataToConsumer()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 241 CXIndexDataConsumer &DataConsumer; member in __anon0793a8420211::IndexPPCallbacks 299 CXIndexDataConsumer &DataConsumer; member in __anon0793a8420211::IndexingConsumer 336 std::shared_ptr<CXIndexDataConsumer> DataConsumer; member in __anon0793a8420211::IndexingFrontendAction 577 auto DataConsumer = in clang_indexSourceFile_Impl() local 689 CXIndexDataConsumer DataConsumer(client_data, CB, index_options, TU); in clang_indexTranslationUnit_Impl() local 986 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation() local 996 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation() local
|
H A D | CXIndexDataConsumer.cpp | 25 CXIndexDataConsumer &DataConsumer; member in __anon03af65e50111::IndexingDeclVisitor
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | core_main.cpp | 232 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); in printSourceSymbols() local 286 PrintIndexDataConsumer DataConsumer(outs()); in printSourceSymbolsFromModule() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 184 T &DataConsumer; member in __anon374ddaca0111::CloneTypeIIStmtDataCollector 192 T &DataConsumer) in CloneTypeIIStmtDataCollector()
|