Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1112 struct ArrayTypeInfo : TypeInfoCommon { struct
1114 unsigned TypeQuals : 4;
1117 bool hasStatic : 1;
1120 bool isStar : 1;
1125 Expr *NumElts;
1127 void destroy() {} in destroy()