Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp100 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonb20dd8150111::IndexASTConsumer
106 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
148 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonb20dd8150111::IndexAction
152 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
170 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
178 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
193 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction()
212 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacro()
231 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros()
242 IndexDataConsumer &DataConsumer) { in indexPreprocessorModuleMacros()
[all …]
H A DIndexingContext.h41 IndexDataConsumer &DataConsumer; variable
H A DIndexingContext.cpp30 IndexDataConsumer &DataConsumer) in IndexingContext()
107 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp183 T &DataConsumer; member in __anon4f6a34bd0111::CloneTypeIIStmtDataCollector
191 T &DataConsumer) in CloneTypeIIStmtDataCollector()