| HD | SourceMgr.cpp | 225 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage() function in SourceMgr 242 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, in PrintMessage() function in SourceMgr 246 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage() 249 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in PrintMessage() function in SourceMgr 252 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
|