Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1089 struct ArrayTypeInfo : TypeInfoCommon { struct1091 unsigned TypeQuals : 4;1094 bool hasStatic : 1;1097 bool isStar : 1;1102 Expr *NumElts;1104 void destroy() {} in destroy()