Home | History | Annotate | Download | only in AST

Lines Matching refs:DependentSizedExtVectorType

2940   DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType),
2944 DependentSizedExtVectorType *Canon
2946 DependentSizedExtVectorType *New;
2951 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0),
2957 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr,
2960 DependentSizedExtVectorType *CanonCheck
2969 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc);