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

References

tools/clang/lib/Basic/DiagnosticIDs.cpp
  144 CATEGORY(DRIVER, COMMON)
  145 CATEGORY(FRONTEND, DRIVER)
  146 CATEGORY(SERIALIZATION, FRONTEND)
  147 CATEGORY(LEX, SERIALIZATION)
  148 CATEGORY(PARSE, LEX)
  149 CATEGORY(AST, PARSE)
  150 CATEGORY(COMMENT, AST)
  151 CATEGORY(CROSSTU, COMMENT)
  152 CATEGORY(SEMA, CROSSTU)
  153 CATEGORY(ANALYSIS, SEMA)
  154 CATEGORY(REFACTORING, ANALYSIS)
  158   if (ID + Offset >= StaticDiagInfoSize)
  161   assert(ID < StaticDiagInfoSize && Offset < StaticDiagInfoSize);
  163   const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];