/external/llvm-project/clang/lib/Index/ |
D | IndexingAction.cpp | 57 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon871ceeec0111::IndexASTConsumer 63 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 105 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon871ceeec0111::IndexAction 109 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 127 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 135 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 150 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction() 166 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros() 184 void index::indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, in indexASTUnit() 199 IndexDataConsumer &DataConsumer, in indexTopLevelDecls() [all …]
|
D | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
|
D | IndexingContext.cpp | 97 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
|
/external/llvm-project/clang/include/clang/AST/ |
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()
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 74 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon85d556be0111::IndexActionBase 93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 114 std::shared_ptr<IndexDataConsumer> DataConsumer, in WrappingIndexAction() 149 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction() 170 std::shared_ptr<IndexDataConsumer> DataConsumer, in indexASTUnit()
|
D | IndexingContext.h | 39 IndexDataConsumer &DataConsumer; variable 43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
|
/external/llvm-project/clang/unittests/AST/ |
D | DataCollectionTest.cpp | 30 llvm::MD5 &DataConsumer; member in __anon8034a7ca0111::StmtDataCollector 37 StmtDataCollector(const Stmt *S, ASTContext &Context, llvm::MD5 &DataConsumer) in StmtDataCollector()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 227 CXIndexDataConsumer &DataConsumer; member in __anon01b0ce3e0211::IndexPPCallbacks 282 CXIndexDataConsumer &DataConsumer; member in __anon01b0ce3e0211::IndexingConsumer 352 std::shared_ptr<CXIndexDataConsumer> DataConsumer; member in __anon01b0ce3e0211::IndexingFrontendAction 540 auto DataConsumer = in clang_indexSourceFile_Impl() local 657 auto DataConsumer = std::make_shared<CXIndexDataConsumer>(client_data, CB, in clang_indexTranslationUnit_Impl() local 966 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation() local 976 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation() local
|
D | CXIndexDataConsumer.cpp | 26 CXIndexDataConsumer &DataConsumer; member in __anonadbb56610111::IndexingDeclVisitor
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 241 CXIndexDataConsumer &DataConsumer; member in __anond32f18ac0211::IndexPPCallbacks 299 CXIndexDataConsumer &DataConsumer; member in __anond32f18ac0211::IndexingConsumer 336 std::shared_ptr<CXIndexDataConsumer> DataConsumer; member in __anond32f18ac0211::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
|
D | CXIndexDataConsumer.cpp | 25 CXIndexDataConsumer &DataConsumer; member in __anon3609800f0111::IndexingDeclVisitor
|
/external/llvm-project/clang/tools/c-index-test/ |
D | core_main.cpp | 221 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); in printSourceSymbols() local 273 PrintIndexDataConsumer DataConsumer(outs()); in printSourceSymbolsFromModule() local
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 149 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(outs()); in printSourceSymbols() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | CloneDetection.cpp | 185 T &DataConsumer; member in __anon4a9f70340111::CloneTypeIIStmtDataCollector 193 T &DataConsumer) in CloneTypeIIStmtDataCollector()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SymbolCollectorTests.cpp | 203 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer, in create() 224 std::shared_ptr<index::IndexDataConsumer> DataConsumer; in create() member in clang::clangd::__anon67d79e040111::SymbolIndexActionFactory::create::IndexAction
|