Home | History | Annotate | Download | only in MCParser

Lines Matching full:printmessage

188   void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
190 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
426 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
433 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
440 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
558 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error,
1269 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1353 // Like SourceMgr::PrintMessage() we need to print the include stack if any