Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1049 struct ArrayTypeInfo : TypeInfoCommon { struct
1051 unsigned TypeQuals : 3;
1054 bool hasStatic : 1;
1057 bool isStar : 1;
1062 Expr *NumElts;
1064 void destroy() {} in destroy()