Home
last modified time | relevance | path

Searched defs:StaticDiagInfoRec (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DDiagnosticIDs.cpp39 struct StaticDiagInfoRec { struct
40 uint16_t DiagID;
41 unsigned DefaultSeverity : 3;
42 unsigned Class : 3;
43 unsigned SFINAE : 2;
44 unsigned WarnNoWerror : 1;
45 unsigned WarnShowInSystemHeader : 1;
46 unsigned Category : 5;
48 uint16_t OptionGroupIndex;
50 uint16_t DescriptionLen;
[all …]