Home
last modified time | relevance | path

Searched refs:BuildExtVectorType (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp2285 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema
6392 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
DTreeTransform.h11597 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
11605 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2596 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema
7719 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
DTreeTransform.h14030 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
14038 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
/external/clang/include/clang/Sema/
DSema.h1248 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
/external/llvm-project/clang/include/clang/Sema/
DSema.h1799 QualType BuildExtVectorType(QualType T, Expr *ArraySize,