Home
last modified time | relevance | path

Searched defs:DataConsumer (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp57 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 …]
DIndexingContext.h40 IndexDataConsumer &DataConsumer; variable
44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
DIndexingContext.cpp97 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
/external/llvm-project/clang/include/clang/AST/
DDataCollection.h44 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/
DIndexingAction.cpp74 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()
DIndexingContext.h39 IndexDataConsumer &DataConsumer; variable
43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
/external/llvm-project/clang/unittests/AST/
DDataCollectionTest.cpp30 llvm::MD5 &DataConsumer; member in __anon8034a7ca0111::StmtDataCollector
37 StmtDataCollector(const Stmt *S, ASTContext &Context, llvm::MD5 &DataConsumer) in StmtDataCollector()
/external/clang/tools/libclang/
DIndexing.cpp227 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
DCXIndexDataConsumer.cpp26 CXIndexDataConsumer &DataConsumer; member in __anonadbb56610111::IndexingDeclVisitor
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp241 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
DCXIndexDataConsumer.cpp25 CXIndexDataConsumer &DataConsumer; member in __anon3609800f0111::IndexingDeclVisitor
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp221 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); in printSourceSymbols() local
273 PrintIndexDataConsumer DataConsumer(outs()); in printSourceSymbolsFromModule() local
/external/clang/tools/c-index-test/
Dcore_main.cpp149 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(outs()); in printSourceSymbols() local
/external/llvm-project/clang/lib/Analysis/
DCloneDetection.cpp185 T &DataConsumer; member in __anon4a9f70340111::CloneTypeIIStmtDataCollector
193 T &DataConsumer) in CloneTypeIIStmtDataCollector()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolCollectorTests.cpp203 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