Home | History | Annotate | Download | only in Basic

Lines Matching defs:Category

46   unsigned Category : 5;
71 CATEGORY) \
73 NOWERROR, SHOWINSYSHEADER, CATEGORY, GROUP, \
146 /// getCategoryNumberForDiag - Return the category number that a specified
147 /// DiagID belongs to, or 0 if no category.
150 return Info->Category;
155 // The diagnostic category names.
184 #define CATEGORY(X, ENUM) { X, STR_SIZE(X, uint8_t) },
195 /// getCategoryNameFromID - Given a category ID, return the name of the
196 /// category, an empty string if CategoryID is zero, or null if CategoryID is