Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A 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()
/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp102 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon5c0c2e280111::IndexASTConsumer
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
150 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon5c0c2e280111::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()
195 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction()
214 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacro()
233 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros()
244 IndexDataConsumer &DataConsumer) { in indexPreprocessorModuleMacros()
[all …]
H A DIndexingContext.h40 IndexDataConsumer &DataConsumer; variable
44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() argument
H A DIndexingContext.cpp95 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
/llvm-project/clang/unittests/AST/
H A DDataCollectionTest.cpp30 llvm::MD5 &DataConsumer; member in __anonc11d63060111::StmtDataCollector
37 StmtDataCollector(const Stmt *S, ASTContext &Context, llvm::MD5 &DataConsumer) in StmtDataCollector()
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp238 CXIndexDataConsumer &DataConsumer; global() member in __anona35560680211::IndexPPCallbacks
298 CXIndexDataConsumer &DataConsumer; global() member in __anona35560680211::IndexingConsumer
335 std::shared_ptr<CXIndexDataConsumer> DataConsumer; global() member in __anona35560680211::IndexingFrontendAction
576 auto DataConsumer = clang_indexSourceFile_Impl() local
688 CXIndexDataConsumer DataConsumer(client_data, CB, index_options, TU); clang_indexTranslationUnit_Impl() local
986 CXIndexDataConsumer &DataConsumer = clang_indexLoc_getFileLocation() local
996 CXIndexDataConsumer &DataConsumer = clang_indexLoc_getCXSourceLocation() local
[all...]
H A DCXIndexDataConsumer.cpp26 CXIndexDataConsumer &DataConsumer; member in __anon540dfa4b0111::IndexingDeclVisitor
[all...]
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp232 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); printSourceSymbols() local
288 PrintIndexDataConsumer DataConsumer(outs()); printSourceSymbolsFromModule() local
/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp184 T &DataConsumer; member in __anoncfdb35f00111::CloneTypeIIStmtDataCollector
192 T &DataConsumer) in CloneTypeIIStmtDataCollector()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp241 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer,const index::IndexingOptions & Opts,std::shared_ptr<include_cleaner::PragmaIncludes> PI) create() argument
261 std::shared_ptr<index::IndexDataConsumer> DataConsumer; create() member in clang::clangd::__anon8dddb8c00111::SymbolIndexActionFactory::create::IndexAction