Searched refs:source_mgr (Results 1 – 1 of 1) sorted by relevance
820 clang::SourceManager &source_mgr = m_compiler->getSourceManager(); in ParseInternal() local851 source_mgr.setMainFileID( in ParseInternal()852 source_mgr.createFileID(m_file_manager->getFile(result_path), in ParseInternal()863 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()883 auto main_file = source_mgr.getFileEntryForID(source_mgr.getMainFileID()); in ParseInternal()