Home | History | Annotate | Download | only in MCParser

Lines Matching refs:printMessage

296   void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
298 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
543 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
548 printMessage(L, SourceMgr::DK_Note, Msg, Ranges);
555 printMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
562 printMessage(L, SourceMgr::DK_Error, Msg, Ranges);
688 printMessage(
1591 printMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1701 // Like SourceMgr::printMessage() we need to print the include stack if any