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 372 if (NoteID.getDiagID() != 0)
460 if (NoteID.getDiagID() != 0)
491 if (NoteID.getDiagID() != 0)
552 if (NoteID.getDiagID() != 0)
565 if (NoteID.getDiagID() != 0)
577 if (NoteID.getDiagID() != 0)
661 if (NoteID.getDiagID() != 0)
    [all...]
Sema.cpp 763 SemaDiagnosticBuilder Builder(Diag(Loc, PD.getDiagID()));
    [all...]
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 64 bool isQuiet() const { return Diag.getDiagID() == 0; }
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 240 unsigned getDiagID() const { return DiagID; }

Completed in 785 milliseconds