Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2354 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema
7041 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
H A DTreeTransform.h12506 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
12514 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1412 QualType BuildExtVectorType(QualType T, Expr *ArraySize,