Home | History | Annotate | Download | only in Sema

Lines Matching refs:CAT

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