Searched refs:BuildExtVectorType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2681 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema 7908 QualType T = S.BuildExtVectorType(CurType, SizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
|
| H A D | TreeTransform.h | 14637 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType() 14645 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2023 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
|