reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/DiagnosticIDs.h
  315   getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,

References

tools/clang/include/clang/Basic/Diagnostic.h
  835     return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
tools/clang/lib/Basic/Diagnostic.cpp
  506       = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
tools/clang/lib/Basic/DiagnosticIDs.cpp
  637     = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);