Searched refs:source_mgr (Results 1 – 2 of 2) sorted by relevance
117 clang::SourceManager &source_mgr) in LLDBPreprocessorCallbacks() argument119 m_source_mgr(source_mgr) {} in LLDBPreprocessorCallbacks()1047 clang::SourceManager &source_mgr = m_compiler->getSourceManager(); in ParseInternal() local1080 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()1093 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()1107 auto main_file = source_mgr.getFileEntryForID(source_mgr.getMainFileID()); in ParseInternal()
486 ComputeDiagID(DI.getSeverity(), source_mgr, DiagID); in SrcMgrDiagHandler()