Home
last modified time | relevance | path

Searched refs:source_mgr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp118 clang::SourceManager &source_mgr) in LLDBPreprocessorCallbacks() argument
120 m_source_mgr(source_mgr) {} in LLDBPreprocessorCallbacks()
1050 clang::SourceManager &source_mgr = m_compiler->getSourceManager(); in ParseInternal() local
1083 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()
1096 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()
1110 auto main_file = source_mgr.getFileEntryForID(source_mgr.getMainFileID()); in ParseInternal()
/llvm-project-15.0.7/lldb/test/API/source-manager/
H A DTestSourceManager.py76 source_mgr = self.dbg.GetSourceManager()
83 source_mgr.DisplaySourceLinesWithLineNumbersAndColumn(
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp539 ComputeDiagID(DI.getSeverity(), source_mgr, DiagID); in SrcMgrDiagHandler()