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

Definitions

tools/clang/include/clang/Basic/DiagnosticComment.h
   23   NUM_BUILTIN_COMMENT_DIAGNOSTICS
tools/clang/include/clang/Basic/DiagnosticIDs.h
   52       DIAG_START_COMMENT       = DIAG_START_AST           + DIAG_SIZE_AST,
   53       DIAG_START_CROSSTU       = DIAG_START_COMMENT       + DIAG_SIZE_COMMENT,
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;