Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexingAction.h31 class IndexDataConsumer; variable
53 createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer,
58 void indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer,
64 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
68 std::unique_ptr<PPCallbacks> indexMacrosCallback(IndexDataConsumer &Consumer,
73 IndexDataConsumer &DataConsumer, IndexingOptions Opts);
H A DIndexDataConsumer.h27 class IndexDataConsumer {
36 virtual ~IndexDataConsumer() {} in ~IndexDataConsumer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp25 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence()
32 bool IndexDataConsumer::handleMacroOccurence(const IdentifierInfo *Name, in handleMacroOccurence()
39 bool IndexDataConsumer::handleModuleOccurence(const ImportDecl *ImportD, in handleModuleOccurence()
112 std::shared_ptr<IndexDataConsumer> DataConsumer;
115 IndexActionBase(std::shared_ptr<IndexDataConsumer> dataConsumer, in IndexActionBase()
137 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
163 std::shared_ptr<IndexDataConsumer> DataConsumer, in WrappingIndexAction()
220 IndexDataConsumer &DataConsumer) { in indexPreprocessorMacros()
229 void index::indexASTUnit(ASTUnit &Unit, IndexDataConsumer &DataConsumer, in indexASTUnit()
244 IndexDataConsumer &DataConsumer, in indexTopLevelDecls()
[all …]
H A DIndexingContext.h37 class IndexDataConsumer; variable
41 IndexDataConsumer &DataConsumer;
45 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
49 IndexDataConsumer &getDataConsumer() { return DataConsumer; } in getDataConsumer()
H A DIndexingContext.cpp86 IndexDataConsumer &DataConsumer) { in reportModuleReferences()
434 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()