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);
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
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 142 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
200 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first,
205 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
236 // SMDiagnostic Implementation
239 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
342 void SMDiagnostic::print(const char *ProgName, raw_ostream &S,

Completed in 61 milliseconds