Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1112 struct ArrayTypeInfo : TypeInfoCommon { struct1114 unsigned TypeQuals : 4;1117 bool hasStatic : 1;1120 bool isStar : 1;1125 Expr *NumElts;1127 void destroy() {} in destroy()