reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1463 if (I.first.find_first_not_of("abcdefghijklmnopqrstuvwxyz" 1467 PrintFatalError("Invalid character in diagnostic group '" + I.first + 1469 OS << I.first << " */ " << std::string(MaxLen - I.first.size(), ' '); 1469 OS << I.first << " */ " << std::string(MaxLen - I.first.size(), ' '); 1471 std::string Name = char(I.first.size()) + I.first; 1471 std::string Name = char(I.first.size()) + I.first; 1475 const bool IsPedantic = I.first == "pedantic"; 1478 const std::vector<const Record *> &V = I.second.DiagsInGroup; 1482 OS << "/* DiagArray" << I.second.IDNo << " */ " << DiagArrayIndex 1492 const std::vector<std::string> &SubGroups = I.second.SubGroups; 1496 OS << "/* DiagSubGroup" << I.second.IDNo << " */ " << SubGroupIndex;