Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2542 QualType Sema::BuildVectorType(QualType CurType, Expr *SizeExpr, in BuildVectorType() function in Sema
7701 QualType T = S.BuildVectorType(CurType, SizeExpr, Attr.getLoc()); in HandleVectorSizeAttr()
H A DTreeTransform.h14265 return SemaRef.BuildVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1914 QualType BuildVectorType(QualType T, Expr *VecSize, SourceLocation AttrLoc);