Home | History | Annotate | Download | only in TableGen

Lines Matching full:groupnames

697 static void emitDiagGroupNames(StringToOffsetTable &GroupNames,
700 GroupNames.EmitString(OS);
719 StringToOffsetTable &GroupNames,
724 emitDiagGroupNames(GroupNames, OS);
746 StringToOffsetTable &GroupNames, raw_ostream &OS) {
766 OS << GroupNames.GetOrAddStringOffset(Name, false) << ", ";
845 StringToOffsetTable GroupNames;
852 GroupNames.GetOrAddStringOffset(Name, false);
855 emitAllDiagArrays(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,
857 emitDiagTable(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,