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

References

tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  202     I->second.IDNo = IDNo;
 1262       OS << ", " << I->second.IDNo;
 1267       OS << ", " << I->second.IDNo;
 1328       OS << "  /* DiagSubGroup" << I.second.IDNo << " */ ";
 1333         OS << RI->second.IDNo << ", ";
 1342           OS << RI->second.IDNo << ", ";
 1379       OS << "  /* DiagArray" << I.second.IDNo << " */ ";
 1482       OS << "/* DiagArray" << I.second.IDNo << " */ " << DiagArrayIndex
 1496       OS << "/* DiagSubGroup" << I.second.IDNo << " */ " << SubGroupIndex;