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

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 495 /// getDiagnosticLevel - Based on the way the client configured the
499 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
507 return getDiagnosticLevel(DiagID, DiagClass, Loc, Diag);
517 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, unsigned DiagClass,
709 DiagLevel = getDiagnosticLevel(DiagID, DiagClass, Info.getLocation(),
  /external/clang/include/clang/Basic/
Diagnostic.h 518 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const {
519 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
    [all...]

Completed in 601 milliseconds