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

Definitions

tools/clang/include/clang/Basic/DiagnosticIDs.h
   54       DIAG_START_SEMA          = DIAG_START_CROSSTU       + DIAG_SIZE_CROSSTU,
   55       DIAG_START_ANALYSIS      = DIAG_START_SEMA          + DIAG_SIZE_SEMA,
tools/clang/include/clang/Basic/DiagnosticSema.h
   23   NUM_BUILTIN_SEMA_DIAGNOSTICS
tools/clang/lib/Basic/DiagnosticIDs.cpp
  123 static const StaticDiagInfoRec *GetDiagInfo(unsigned DiagID) {
  137   unsigned Offset = 0;
  138   unsigned ID = DiagID - DIAG_START_COMMON - 1;