Searched refs:getDependentVectorType (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
|
H A D | ASTContext.h | 1485 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 4074 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 D | SemaType.cpp | 2681 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType() 2694 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
|