Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp442 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
H A DSemaType.cpp2789 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
H A DASTContext.h1500 QualType getDependentSizedExtVectorType(QualType VectorType,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4148 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()