Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp1648 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() function in Sema
4754 QualType T = S.BuildExtVectorType(CurType, sizeExpr, Attr.getLoc()); in HandleExtVectorTypeAttr()
DTreeTransform.h9550 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
9558 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1031 QualType BuildExtVectorType(QualType T, Expr *ArraySize,