Home | History | Annotate | Download | only in Sema

Lines Matching refs:CAT

2848     // [meta.unary.cat] and [meta.unary.comp]. They are not specified as
2934 // predicates in C++0x [meta.unary.cat].
3641 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
3642 return CAT->getSize().getLimitedValue();