Searched refs:CAType (Results 1 – 1 of 1) sorted by relevance
856 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local857 NumElements = CAType->getSize().getZExtValue(); in FillInEmptyInitializations()3140 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr() local3141 NumElements = CAType->getSize().getZExtValue(); in createInitListExpr()