Lines Matching refs:SMP
982 const SourceMgr *SMP = nullptr; in diagnose() local
984 SMP = SrcMgr; in diagnose()
986 SMP = InlineSrcMgr.get(); in diagnose()
990 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos); in diagnose()
1002 const SourceMgr *SMP = &SM; in reportCommon() local
1011 SMP = SrcMgr; in reportCommon()
1013 SMP = InlineSrcMgr.get(); in reportCommon()
1020 GetMessage(D, SMP); in reportCommon()
1021 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos); in reportCommon()
1026 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) { in reportError() argument
1027 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
1037 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) { in reportWarning() argument
1038 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()