Searched defs:GroupNames (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp697 static void emitDiagGroupNames(StringToOffsetTable &GroupNames, argument
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; local
852 GroupNames.GetOrAddStringOffset(Name, false);
855 emitAllDiagArrays(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,
857 emitDiagTable(DiagsInGroup, DiagsInPedantic, GroupsInPedantic, GroupNames,
716 emitAllDiagArrays(std::map<std::string, GroupInfo> &DiagsInGroup, RecordVec &DiagsInPedantic, RecordVec &GroupsInPedantic, StringToOffsetTable &GroupNames, raw_ostream &OS) argument
743 emitDiagTable(std::map<std::string, GroupInfo> &DiagsInGroup, RecordVec &DiagsInPedantic, RecordVec &GroupsInPedantic, StringToOffsetTable &GroupNames, raw_ostream &OS) argument
[all...]

Completed in 82 milliseconds