Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSourceManager.h42 SBSourceManager(lldb_private::SourceManager *source_manager);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp229 clang::SourceManager &source_manager = in AddModule() local
236 source_manager.getLocForStartOfFile(source_manager.getMainFileID()) in AddModule()
H A DClangExpressionParser.cpp958 clang::SourceManager &source_manager = m_compiler->getSourceManager(); in RewriteExpression() local
959 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
962 clang::Rewriter rewriter(source_manager, m_compiler->getLangOpts()); in RewriteExpression()
1018 rewriter.getEditBuffer(source_manager.getMainFileID()); in RewriteExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp393 SourceManager &source_manager = in PrintInstructions() local
622 source_manager.DisplaySourceLinesWithLineNumbers( in PrintInstructions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1981 SBSourceManager source_manager(*this); in GetSourceManager() local
1982 return source_manager; in GetSourceManager()