Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1363 QualType getDependentSizedExtVectorType(QualType VectorType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3442 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
3485 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext
3515 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2398 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6390 return Context.getDependentSizedExtVectorType(ElementType, SizeExpr, in readTypeRecord()