Searched refs:BuildExtVectorType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp2159 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, function in class:Sema
6059 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc());
H A DTreeTransform.h11257 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc);
11265 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc);
/external/clang/include/clang/Sema/
H A DSema.h1228 QualType BuildExtVectorType(QualType T, Expr *ArraySize,

Completed in 133 milliseconds