Home | History | Annotate | Download | only in AST

Lines Matching refs:ConstantArrayType

768         else if (isa<ConstantArrayType>(arrayType) &&
769 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType)))
861 const ConstantArrayType *CAT = cast<ConstantArrayType>(T);
1693 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals);
1696 if (ConstantArrayType *ATP =
1710 ConstantArrayType *NewIP =
1715 ConstantArrayType *New = new(*this,TypeAlignment)
1716 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals);
1805 const ConstantArrayType *cat = cast<ConstantArrayType>(ty);
3147 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
3448 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(ATy))
3539 ASTContext::getConstantArrayElementCount(const ConstantArrayType *CA) const {
3543 CA = dyn_cast<ConstantArrayType>(CA->getElementType());
4066 if (!isa<ConstantArrayType>(AT))
4107 if (!isa<ConstantArrayType>(AT))
4178 if (!isa<ConstantArrayType>(AT))
4505 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
6030 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS);
6031 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS);