Home
last modified time | relevance | path

Searched defs:DataConsumer (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Index/
DIndexingAction.cpp74 std::shared_ptr<IndexDataConsumer> DataConsumer; member in __anon92a712d60111::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.h39 IndexDataConsumer &DataConsumer; variable
43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext()
/external/clang/tools/libclang/
DIndexing.cpp227 CXIndexDataConsumer &DataConsumer; member in __anon6eaf67560211::IndexPPCallbacks
282 CXIndexDataConsumer &DataConsumer; member in __anon6eaf67560211::IndexingConsumer
352 std::shared_ptr<CXIndexDataConsumer> DataConsumer; member in __anon6eaf67560211::IndexingFrontendAction
540 auto DataConsumer = in clang_indexSourceFile_Impl() local
657 auto DataConsumer = std::make_shared<CXIndexDataConsumer>(client_data, CB, in clang_indexTranslationUnit_Impl() local
966 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation() local
976 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation() local
DCXIndexDataConsumer.cpp26 CXIndexDataConsumer &DataConsumer; member in __anon499910790111::IndexingDeclVisitor
/external/clang/tools/c-index-test/
Dcore_main.cpp149 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(outs()); in printSourceSymbols() local