HomeSort by: relevance | last modified time | path
    Searched defs:PrintMessage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Error.cpp 27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind,
37 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
50 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg);
92 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
96 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
104 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
108 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
114 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg);
120 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 324 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
341 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc,
345 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
348 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
351 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);

Completed in 25 milliseconds