Lines Matching defs:PrintMessage
298 void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
300 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
526 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
533 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
540 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
663 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error,
1508 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1622 // Like SourceMgr::PrintMessage() we need to print the include stack if any