Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp102 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonb20dd8150111::IndexASTConsumer
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
150 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anonb20dd8150111::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 …]
/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.cpp184 T &DataConsumer; member in __anon4f6a34bd0111::CloneTypeIIStmtDataCollector
192 T &DataConsumer) in CloneTypeIIStmtDataCollector()