Searched refs:source_manager (Results 1 – 4 of 4) sorted by relevance
294 clang::SourceManager &source_manager = in AddModule() local301 source_manager.getLocForStartOfFile(source_manager.getMainFileID()) in AddModule()
1250 clang::SourceManager &source_manager = m_compiler->getSourceManager(); in RewriteExpression() local1251 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()1254 clang::Rewriter rewriter(source_manager, m_compiler->getLangOpts()); in RewriteExpression()1296 rewriter.getEditBuffer(source_manager.getMainFileID()); in RewriteExpression()
296 SourceManager &source_manager = in PrintInstructions() local523 source_manager.DisplaySourceLinesWithLineNumbers( in PrintInstructions()
2061 SBSourceManager source_manager(*this); in GetSourceManager() local2062 return LLDB_RECORD_RESULT(source_manager); in GetSourceManager()