Searched refs:source_manager (Results 1 – 4 of 4) sorted by relevance
343 clang::SourceManager &source_manager = in AddModule() local350 source_manager.getLocForStartOfFile(source_manager.getMainFileID()) in AddModule()
1228 clang::SourceManager &source_manager = m_compiler->getSourceManager(); in RewriteExpression() local1229 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()1232 clang::Rewriter rewriter(source_manager, m_compiler->getLangOpts()); in RewriteExpression()1274 rewriter.getEditBuffer(source_manager.getMainFileID()); in RewriteExpression()
291 SourceManager &source_manager = in PrintInstructions() local519 source_manager.DisplaySourceLinesWithLineNumbers( in PrintInstructions()
1983 SBSourceManager source_manager(*this); in GetSourceManager() local1984 return source_manager; in GetSourceManager()