Searched refs:getDependentSizedExtVectorType (Results 1 – 4 of 4) sorted by relevance
223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
1457 QualType getDependentSizedExtVectorType(QualType VectorType,
4024 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext4054 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
2672 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()