Searched defs:DataConsumer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexingAction.cpp | 57 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon45d98b4c0111::IndexASTConsumer 63 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 105 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon45d98b4c0111::IndexAction 109 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() 127 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer() 135 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction() 151 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros() 160 void index::indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, in indexASTUnit() 175 IndexDataConsumer &DataConsumer, in indexTopLevelDecls() 197 IndexDataConsumer &DataConsumer, in indexModuleFile()
|
| HD | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
|
| HD | IndexingContext.cpp | 97 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | 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() 57 addDataToConsumer(T &DataConsumer, Type Data) { in addDataToConsumer()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/ |
| HD | IndexingAction.h | 42 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | CloneDetection.cpp | 184 T &DataConsumer; member in __anonb59b30940111::CloneTypeIIStmtDataCollector 192 T &DataConsumer) in CloneTypeIIStmtDataCollector()
|