Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
H A DASTContext.h1457 QualType getDependentSizedExtVectorType(QualType VectorType,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4024 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
4054 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2672 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()