Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2295 QualType Sema::BuildVectorType(QualType CurType, Expr *SizeExpr, in BuildVectorType() function in Sema
8057 QualType T = S.BuildVectorType(CurType, SizeExpr, Attr.getLoc()); in HandleVectorSizeAttr()
H A DTreeTransform.h16116 return SemaRef.BuildVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentVectorType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14619 QualType BuildVectorType(QualType T, Expr *VecSize, SourceLocation AttrLoc);