Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp354 clang::SourceManager &source_manager = in AddModule() local
361 source_manager.getLocForStartOfFile(source_manager.getMainFileID()) in AddModule()
H A DClangExpressionParser.cpp1241 clang::SourceManager &source_manager = m_compiler->getSourceManager(); in RewriteExpression() local
1242 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
1245 clang::Rewriter rewriter(source_manager, m_compiler->getLangOpts()); in RewriteExpression()
1287 rewriter.getEditBuffer(source_manager.getMainFileID()); in RewriteExpression()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp295 SourceManager &source_manager = in PrintInstructions() local
522 source_manager.DisplaySourceLinesWithLineNumbers( in PrintInstructions()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1927 SBSourceManager source_manager(*this); in GetSourceManager() local
1928 return source_manager; in GetSourceManager()