Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1131 struct ArrayTypeInfo : TypeInfoCommon { struct1133 unsigned TypeQuals : 4;1136 bool hasStatic : 1;1139 bool isStar : 1;1144 Expr *NumElts;1146 void destroy() {} in destroy()