Home
last modified time | relevance | path

Searched refs:source_manager (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp343 clang::SourceManager &source_manager = in AddModule() local
350 source_manager.getLocForStartOfFile(source_manager.getMainFileID()) in AddModule()
H A DClangExpressionParser.cpp1228 clang::SourceManager &source_manager = m_compiler->getSourceManager(); in RewriteExpression() local
1229 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp291 SourceManager &source_manager = in PrintInstructions() local
519 source_manager.DisplaySourceLinesWithLineNumbers( in PrintInstructions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1983 SBSourceManager source_manager(*this); in GetSourceManager() local
1984 return source_manager; in GetSourceManager()