Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td222 return ctx.getDependentVectorType(elementType, size, attributeLoc,
H A DASTContext.h1566 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4463 QualType ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
4490 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
13397 return Ctx.getDependentVectorType( in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1838 return Importer.getToContext().getDependentVectorType( in VisitDependentVectorType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2318 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
2331 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()