Home | History | Annotate | Download | only in MCParser

Lines Matching refs:printMessage

289   void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
291 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
531 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
536 printMessage(L, SourceMgr::DK_Note, Msg, Ranges);
543 printMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
550 printMessage(L, SourceMgr::DK_Error, Msg, Ranges);
676 printMessage(
1596 printMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1710 // Like SourceMgr::printMessage() we need to print the include stack if any