Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td223 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
H A DASTContext.h1412 QualType getDependentSizedExtVectorType(QualType VectorType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4009 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
4039 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2648 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()