Lines Matching refs:CXIndexDataConsumer
227 CXIndexDataConsumer &DataConsumer;
231 IndexPPCallbacks(Preprocessor &PP, CXIndexDataConsumer &dataConsumer) in IndexPPCallbacks()
282 CXIndexDataConsumer &DataConsumer;
286 IndexingConsumer(CXIndexDataConsumer &dataConsumer, TUSkipBodyControl *skCtrl) in IndexingConsumer()
352 std::shared_ptr<CXIndexDataConsumer> DataConsumer;
358 IndexingFrontendAction(std::shared_ptr<CXIndexDataConsumer> dataConsumer, in IndexingFrontendAction()
541 std::make_shared<CXIndexDataConsumer>(client_data, CB, index_options, in clang_indexSourceFile_Impl()
611 static void indexPreprocessingRecord(ASTUnit &Unit, CXIndexDataConsumer &IdxCtx) { in indexPreprocessingRecord()
657 auto DataConsumer = std::make_shared<CXIndexDataConsumer>(client_data, CB, in clang_indexTranslationUnit_Impl()
966 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation()
967 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getFileLocation()
976 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation()
977 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getCXSourceLocation()