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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 261 getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
Diagnostic.h 659 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const {
660 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
    [all...]
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 128 Diags->getDiagnosticLevel(DiagID, SourceLocation());
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 386 /// getDiagnosticLevel - Based on the way the client configured the
390 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
614 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
Diagnostic.cpp 358 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 334 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation());
338 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation());
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 90 milliseconds