HomeSort by relevance Sort by last modified time
    Searched defs:SMDiagnostic (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
SourceMgr.h 10 // This file declares the SMDiagnostic and SourceMgr classes. This
28 class SMDiagnostic;
46 typedef void (*DiagHandlerTy)(const SMDiagnostic &, void *Context);
177 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
180 /// Return an SMDiagnostic at the specified location with the specified
185 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
233 class SMDiagnostic {
245 SMDiagnostic()
248 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg)
253 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 135 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
193 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first,
198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
229 // SMDiagnostic Implementation
232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors,

Completed in 57 milliseconds