Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp116 clang::SourceManager &source_mgr) in LLDBPreprocessorCallbacks() argument
118 m_source_mgr(source_mgr) {} in LLDBPreprocessorCallbacks()
1024 clang::SourceManager &source_mgr = m_compiler->getSourceManager(); in ParseInternal() local
1057 source_mgr.setMainFileID(source_mgr.createFileID( in ParseInternal()
1070 source_mgr.setMainFileID(source_mgr.createFileID(std::move(memory_buffer))); in ParseInternal()
1085 source_mgr.getFileEntryRefForID(source_mgr.getMainFileID()); in ParseInternal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp472 ComputeDiagID(DI.getSeverity(), source_mgr, DiagID); in SrcMgrDiagHandler()