Searched refs:CAType (Results 1 – 1 of 1) sorted by relevance
522 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in HandleEmbed() local523 ElsCount = std::min(CAType->getSize().getZExtValue(), in HandleEmbed()915 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local916 NumElements = CAType->getZExtSize(); in FillInEmptyInitializations()3399 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr() local3400 NumElements = CAType->getZExtSize(); in createInitListExpr()