Lines Matching defs:CAT
660 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type);
661 if (!CAT)
663 QualType ElemType = CAT->getElementType();
677 FillC ? CAT->getZExtSize() : Updater->getNumInits();
1291 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType());
1292 assert(CAT && "can't emit array init for non-constant-bound array");
1294 const uint64_t NumElements = CAT->getZExtSize();
1310 QualType EltType = CAT->getElementType();
1342 QualType DestTy = CAT->getElementType();
1465 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T);
1466 assert(CAT && "String data not of constant array type!");
1470 Str.resize(CAT->getZExtSize(), '\0');
2619 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
2623 QualType ElementTy = CAT->getElementType();
2627 unsigned NumElements = CAT->getZExtSize();