Searched refs:BuildExtVectorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2822 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema 8378 QualType T = S.BuildExtVectorType(CurType, SizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
|
| H A D | TreeTransform.h | 15095 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType() 15103 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2098 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
|