Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingAction.cpp20 void IndexDataConsumer::_anchor() {} in _anchor()
22 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence()
29 bool IndexDataConsumer::handleMacroOccurence(const IdentifierInfo *Name, in handleMacroOccurence()
35 bool IndexDataConsumer::handleModuleOccurence(const ImportDecl *ImportD, in handleModuleOccurence()
74 std::shared_ptr<IndexDataConsumer> DataConsumer;
77 IndexActionBase(std::shared_ptr<IndexDataConsumer> dataConsumer, in IndexActionBase()
93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
114 std::shared_ptr<IndexDataConsumer> DataConsumer, in WrappingIndexAction()
149 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction()
170 std::shared_ptr<IndexDataConsumer> DataConsumer, in indexASTUnit()
DIndexingContext.h35 class IndexDataConsumer; variable
39 IndexDataConsumer &DataConsumer;
43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
47 IndexDataConsumer &getDataConsumer() { return DataConsumer; } in getDataConsumer()
DIndexingContext.cpp331 IndexDataConsumer::ASTNodeInfo Node{ OrigE, OrigD, Parent, ContainerDC }; in handleDeclOccurrence()
/external/clang/include/clang/Index/
DIndexingAction.h21 class IndexDataConsumer; variable
37 createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer,
42 std::shared_ptr<IndexDataConsumer> DataConsumer,
DIndexDataConsumer.h26 class IndexDataConsumer {
35 virtual ~IndexDataConsumer() {} in ~IndexDataConsumer()
/external/clang/tools/c-index-test/
Dcore_main.cpp62 class PrintIndexDataConsumer : public IndexDataConsumer {
/external/clang/tools/libclang/
DCXIndexDataConsumer.h277 class CXIndexDataConsumer : public index::IndexDataConsumer {