Searched refs:BuildExtVectorType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2285 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema 6392 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
|
D | TreeTransform.h | 11597 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType() 11605 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1248 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
|