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