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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 419 if (NoteID.getDiagID() != 0)
500 if (NoteID.getDiagID() != 0)
529 if (NoteID.getDiagID() != 0)
590 if (NoteID.getDiagID() != 0)
603 if (NoteID.getDiagID() != 0)
615 if (NoteID.getDiagID() != 0)
696 if (NoteID.getDiagID() != 0)
    [all...]
Sema.cpp     [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 265 unsigned getDiagID() const { return DiagID; }
315 DiagnosticBuilder DB(Diags.Report(getDiagID()));
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 65 bool isQuiet() const { return Diag.getDiagID() == 0; }

Completed in 622 milliseconds