Searched defs:StaticDiagInfoRec (Results 1 – 1 of 1) sorted by relevance
37 struct StaticDiagInfoRec { struct38 unsigned short DiagID;39 unsigned Mapping : 3;40 unsigned Class : 3;41 unsigned SFINAE : 1;42 unsigned AccessControl : 1;43 unsigned WarnNoWerror : 1;44 unsigned WarnShowInSystemHeader : 1;45 unsigned Category : 5;47 uint16_t OptionGroupIndex;[all …]