/llvm-project/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()
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 102 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 D | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() argument
|
H A D | IndexingContext.cpp | 95 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
|
/llvm-project/clang/unittests/AST/ |
H A D | DataCollectionTest.cpp | 30 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 D | Indexing.cpp | 238 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 D | CXIndexDataConsumer.cpp | 26 CXIndexDataConsumer &DataConsumer; member in __anon540dfa4b0111::IndexingDeclVisitor [all...] |
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 232 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); printSourceSymbols() local 288 PrintIndexDataConsumer DataConsumer(outs()); printSourceSymbolsFromModule() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 184 T &DataConsumer; member in __anoncfdb35f00111::CloneTypeIIStmtDataCollector 192 T &DataConsumer) in CloneTypeIIStmtDataCollector()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SymbolCollectorTests.cpp | 241 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
|