Home | History | Annotate | Download | only in MCParser

Lines Matching full:printmessage

176   void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
178 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
400 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
407 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
414 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
506 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error,
1211 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1282 // Like SourceMgr::PrintMessage() we need to print the include stack if any