Searched refs:IndexDataConsumer (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexingAction.h | 33 class IndexDataConsumer; variable 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); 64 std::unique_ptr<PPCallbacks> indexMacrosCallback(IndexDataConsumer &Consumer, 69 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
|
H A D | IndexDataConsumer.h | 26 class IndexDataConsumer { 35 virtual ~IndexDataConsumer() = default;
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 102 std::shared_ptr<IndexDataConsumer> DataConsumer; 108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer() 150 std::shared_ptr<IndexDataConsumer> DataConsumer; 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 …]
|