Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
H A DASTContext.h1511 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2631 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
2643 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4040 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
4067 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()