Searched defs:DataConsumer (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingAction.cpp | 83 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon76f6f7400111::IndexASTConsumer 89 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 131 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon76f6f7400111::IndexAction 135 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 153 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 161 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 176 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction() 195 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacro() 214 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros() 225 IndexDataConsumer &DataConsumer) { in indexPreprocessorModuleMacros() [all …]
|
H A D | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
|
H A D | IndexingContext.cpp | 97 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 241 CXIndexDataConsumer &DataConsumer; member in __anon08ff66800211::IndexPPCallbacks 299 CXIndexDataConsumer &DataConsumer; member in __anon08ff66800211::IndexingConsumer 336 std::shared_ptr<CXIndexDataConsumer> DataConsumer; member in __anon08ff66800211::IndexingFrontendAction 574 auto DataConsumer = in clang_indexSourceFile_Impl() local 686 CXIndexDataConsumer DataConsumer(client_data, CB, index_options, TU); in clang_indexTranslationUnit_Impl() local 984 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation() local 994 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation() local
|
H A D | CXIndexDataConsumer.cpp | 25 CXIndexDataConsumer &DataConsumer; member in __anone67901630111::IndexingDeclVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 228 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); in printSourceSymbols() local 282 PrintIndexDataConsumer DataConsumer(outs()); in printSourceSymbolsFromModule() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 185 T &DataConsumer; member in __anon68ca88080111::CloneTypeIIStmtDataCollector 193 T &DataConsumer) in CloneTypeIIStmtDataCollector()
|