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

Definitions

tools/clang/include/clang/Basic/DiagnosticIDs.h
   48       DIAG_START_SERIALIZATION = DIAG_START_FRONTEND      + DIAG_SIZE_FRONTEND,
   49       DIAG_START_LEX           = DIAG_START_SERIALIZATION + DIAG_SIZE_SERIALIZATION,
tools/clang/lib/Basic/DiagnosticIDs.cpp
  123 static const StaticDiagInfoRec *GetDiagInfo(unsigned DiagID) {
  138   unsigned ID = DiagID - DIAG_START_COMMON - 1;