Lines Matching refs:CXIndexDataConsumer
241 CXIndexDataConsumer &DataConsumer;
245 IndexPPCallbacks(Preprocessor &PP, CXIndexDataConsumer &dataConsumer) in IndexPPCallbacks()
299 CXIndexDataConsumer &DataConsumer;
302 IndexingConsumer(CXIndexDataConsumer &dataConsumer, in IndexingConsumer()
336 std::shared_ptr<CXIndexDataConsumer> DataConsumer;
343 IndexingFrontendAction(std::shared_ptr<CXIndexDataConsumer> dataConsumer, in IndexingFrontendAction()
578 std::make_shared<CXIndexDataConsumer>(client_data, CB, index_options, in clang_indexSourceFile_Impl()
643 static void indexPreprocessingRecord(ASTUnit &Unit, CXIndexDataConsumer &IdxCtx) { in indexPreprocessingRecord()
689 CXIndexDataConsumer DataConsumer(client_data, CB, index_options, TU); in clang_indexTranslationUnit_Impl()
987 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getFileLocation()
988 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getFileLocation()
997 CXIndexDataConsumer &DataConsumer = in clang_indexLoc_getCXSourceLocation()
998 *static_cast<CXIndexDataConsumer*>(location.ptr_data[0]); in clang_indexLoc_getCXSourceLocation()