Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td196 return ctx.getDependentVectorType(elementType, size, attributeLoc,
H A DASTContext.h1397 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2555 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 DASTContext.cpp3939 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
3966 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()