Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp102 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonefce3bca0111::IndexASTConsumer
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
150 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonefce3bca0111::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()
H A DIndexingContext.cpp95 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
/src/contrib/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()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp184 T &DataConsumer; member in __anonebd6f8520111::CloneTypeIIStmtDataCollector
192 T &DataConsumer) in CloneTypeIIStmtDataCollector()