Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp460 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
H A DSemaType.cpp2423 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td249 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
H A DASTContext.h1581 QualType getDependentSizedExtVectorType(QualType VectorType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4537 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
4566 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
13389 return Ctx.getDependentSizedExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1283 return Importer.getToContext().getDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()