Home
last modified time | relevance | path

Searched refs:getDependentVectorType (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
H A DASTContext.h1485 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4074 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
4101 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
12752 return Ctx.getDependentVectorType( in getCommonNonSugarTypeNode()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2681 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
2694 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()