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