Searched refs:getDependentSizedExtVectorType (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 442 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
|
H A D | SemaType.cpp | 2789 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
|
H A D | ASTContext.h | 1500 QualType getDependentSizedExtVectorType(QualType VectorType,
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 4148 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext 4178 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType() 12744 return Ctx.getDependentSizedExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|