Home
last modified time | relevance | path

Searched refs:BuildExtVectorType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2732 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema
8009 QualType T = S.BuildExtVectorType(CurType, SizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
H A DTreeTransform.h14824 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
14832 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2055 QualType BuildExtVectorType(QualType T, Expr *ArraySize,