Searched refs:getDependentSizedExtVectorType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 446 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
|
| H A D | SemaType.cpp | 2879 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
|
| H A D | ASTContext.h | 1519 QualType getDependentSizedExtVectorType(QualType VectorType,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4126 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 D | ASTImporter.cpp | 1269 return Importer.getToContext().getDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()
|