Home | History | Annotate | Download | only in Support

Lines Matching defs:SMDiagnostic

10 // This file declares the SMDiagnostic and SourceMgr classes.  This
28 class SMDiagnostic;
46 typedef void (*DiagHandlerTy)(const SMDiagnostic &, void *Context);
171 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
174 /// Return an SMDiagnostic at the specified location with the specified
179 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
227 class SMDiagnostic {
239 SMDiagnostic()
242 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg)
247 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,