Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1153 struct ArrayTypeInfo : TypeInfoCommon { struct
1156 unsigned TypeQuals : 5;
1159 unsigned hasStatic : 1;
1162 unsigned isStar : 1;
1167 Expr *NumElts;
1169 void destroy() {} in destroy()