Home
last modified time | relevance | path

Searched refs:IndexDataConsumer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h33 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 DIndexDataConsumer.h26 class IndexDataConsumer {
35 virtual ~IndexDataConsumer() = default;
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp100 std::shared_ptr<IndexDataConsumer> DataConsumer;
106 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
148 std::shared_ptr<IndexDataConsumer> DataConsumer;
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.h37 class IndexDataConsumer; variable
41 IndexDataConsumer &DataConsumer;
46 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer);
53 IndexDataConsumer &getDataConsumer() { return DataConsumer; } in getDataConsumer()
H A DIndexingContext.cpp30 IndexDataConsumer &DataConsumer) in IndexingContext()
107 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
460 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()