Home
last modified time | relevance | path

Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1131 struct ArrayTypeInfo : TypeInfoCommon { struct
1133 unsigned TypeQuals : 4;
1136 bool hasStatic : 1;
1139 bool isStar : 1;
1144 Expr *NumElts;
1146 void destroy() {} in destroy()