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

  /external/llvm/lib/Support/
SourceMgr.cpp 198 SMDiagnostic Diagnostic = GetMessage(Loc, Kind, Msg, Ranges);
200 // Report the message with the diagnostic handler if present.
202 DiagHandler(Diagnostic, DiagContext);
212 Diagnostic.print(0, OS, ShowColors);
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 82 /// Sets a diagnostic to be performed. The diagnostic is given
89 assert(isQuiet() && "partial diagnostic already defined");
93 assert(isQuiet() && "partial diagnostic already defined");
94 assert(DiagID && "creating null diagnostic");
111 /// A diagnostic message which has been conditionally emitted pending
140 unsigned diagnostic,
147 DD.ForbiddenTypeData.Diagnostic = diagnostic;
154 assert(Kind == Access && "Not an access diagnostic.")
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 205 class Diagnostic(object):
207 A Diagnostic is a single instance of a Clang diagnostic. It includes the
208 diagnostic severity, the message, the location the diagnostic occurred, as
273 """The category number for this diagnostic."""
278 """The string name of the category for this diagnostic."""
283 """The command-line option that enables this diagnostic."""
288 """The command-line option that disables this diagnostic."""
295 return "<Diagnostic severity %r, location %r, spelling %r>" %
    [all...]

Completed in 174 milliseconds