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 667 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const {
668 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
    [all...]
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 130 Diags->getDiagnosticLevel(DiagID, SourceLocation());
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 382 /// getDiagnosticLevel - Based on the way the client configured the
386 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
612 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
Diagnostic.cpp 372 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 358 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation());
362 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation());
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 56 milliseconds