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

References

tools/clang/lib/Basic/DiagnosticIDs.cpp
  119 static const unsigned StaticDiagInfoSize = llvm::array_lengthof(StaticDiagInfo);
  163   const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
  592     if (StaticDiagInfo[i].getFlavor() == Flavor)
  593       Diags.push_back(StaticDiagInfo[i].DiagID);