Searched refs:getDependentVectorType (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
|
H A D | ASTContext.h | 1397 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 2555 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType() 2567 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 3939 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext 3966 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
|