Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp446 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
H A DSemaType.cpp2879 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
H A DASTContext.h1519 QualType getDependentSizedExtVectorType(QualType VectorType,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4126 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
4155 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
12885 return Ctx.getDependentSizedExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1269 return Importer.getToContext().getDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()