Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1096 QualType getDependentSizedExtVectorType(QualType VectorType,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2876 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
2906 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2177 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()