Lines Matching refs:Group
68 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
72 NOWERROR, SHOWINSYSHEADER, CATEGORY, GROUP, \
549 const WarningOption *Group,
552 if (const short *Member = Group->Members) {
558 if (const short *SubGroups = Group->SubGroups) {
565 StringRef Group,
567 WarningOption Key = { Group.size(), Group.data(), 0, 0 };
572 Found->getName() != Group)
585 StringRef DiagnosticIDs::getNearestWarningOption(StringRef Group) {
587 unsigned BestDistance = Group.size() + 1; // Sanity threshold.
594 unsigned Distance = i->getName().edit_distance(Group, true, BestDistance);