Searched refs:DataConsumer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 112 : DataConsumer(std::move(DataConsumer)), in IndexASTConsumer() 116 assert(this->DataConsumer != nullptr); in IndexASTConsumer() 141 DataConsumer->finish(); in HandleTranslationUnit() 156 : DataConsumer(std::move(DataConsumer)), Opts(Opts) { in IndexAction() 157 assert(this->DataConsumer != nullptr); in IndexAction() 197 assert(DataConsumer != nullptr); in createIndexingAction() 270 DataConsumer.finish(); in indexASTUnit() 280 DataConsumer.initialize(Ctx); in indexTopLevelDecls() 287 DataConsumer.finish(); in indexTopLevelDecls() 302 DataConsumer.initialize(Ctx); in indexModuleFile() [all …]
|
| H A D | IndexingContext.h | 40 IndexDataConsumer &DataConsumer; variable 44 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() argument 45 : IndexOpts(IndexOpts), DataConsumer(DataConsumer) {} in IndexingContext() 48 IndexDataConsumer &getDataConsumer() { return DataConsumer; } in getDataConsumer()
|
| H A D | IndexingContext.cpp | 97 IndexDataConsumer &DataConsumer) { in reportModuleReferences() argument 101 DataConsumer); in reportModuleReferences() 102 DataConsumer.handleModuleOccurrence( in reportModuleReferences() 140 DataConsumer); in importedModule() 147 return DataConsumer.handleModuleOccurrence(ImportD, Mod, Roles, Loc); in importedModule() 454 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node); in handleDeclOccurrence() 463 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroDefined() 472 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroUndefined() 481 DataConsumer.handleMacroOccurrence(&Name, &MI, Roles, Loc); in handleMacroReference()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DataCollection.h | 44 void addDataToConsumer(T &DataConsumer, llvm::StringRef Str) { in addDataToConsumer() argument 45 DataConsumer.update(Str); in addDataToConsumer() 48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) { in addDataToConsumer() argument 49 addDataToConsumer(DataConsumer, QT.getAsString()); in addDataToConsumer() 56 addDataToConsumer(T &DataConsumer, Type Data) { in addDataToConsumer() argument 57 DataConsumer.update(StringRef(reinterpret_cast<char *>(&Data), sizeof(Data))); in addDataToConsumer()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexingAction.h | 37 createIndexingASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, 42 std::shared_ptr<IndexDataConsumer> DataConsumer, 50 createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, 54 void indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, 60 IndexDataConsumer &DataConsumer, IndexingOptions Opts); 69 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 185 T &DataConsumer; member in __anona71332710111::CloneTypeIIStmtDataCollector 188 data_collection::addDataToConsumer(DataConsumer, Data); in addData() 193 T &DataConsumer) in CloneTypeIIStmtDataCollector() argument 194 : Context(Context), DataConsumer(DataConsumer) { in CloneTypeIIStmtDataCollector()
|