Lines Matching refs:SizeExpr
3415 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() argument
3419 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType()
3428 *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind); in getDependentVectorType()
3433 *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind); in getDependentVectorType()
3442 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
3445 *this, VecType, Canon, SizeExpr, AttrLoc, VecKind); in getDependentVectorType()
3486 Expr *SizeExpr, in getDependentSizedExtVectorType() argument
3490 SizeExpr); in getDependentSizedExtVectorType()
3501 SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
3506 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType()
3515 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
3518 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc); in getDependentSizedExtVectorType()