Searched refs:BuildExtVectorType (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1701 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema 4724 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
|
| H A D | TreeTransform.h | 10450 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType() 10458 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1142 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
|