Searched defs:ArrayTypeInfo (Results 1 – 2 of 2) sorted by relevance
1153 struct ArrayTypeInfo : TypeInfoCommon { struct1156 unsigned TypeQuals : 5;1159 unsigned hasStatic : 1;1162 unsigned isStar : 1;1167 Expr *NumElts;1169 void destroy() {} in destroy()
1214 struct ArrayTypeInfo { struct1217 unsigned TypeQuals : 5;1220 unsigned hasStatic : 1;1223 unsigned isStar : 1;1228 Expr *NumElts;1230 void destroy() {} in destroy()