Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1066 QualType getDependentSizedExtVectorType(QualType VectorType,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2801 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
2831 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1739 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()