Searched refs:getDependentSizedExtVectorType (Results 1 – 3 of 3) sorted by relevance
1096 QualType getDependentSizedExtVectorType(QualType VectorType,
2876 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext2906 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
2177 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()