Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1348 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2311 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
2323 return Context.getDependentVectorType(CurType, SizeExpr, AttrLoc, in BuildVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3415 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6378 return Context.getDependentVectorType(ElementType, SizeExpr, AttrLoc, in readTypeRecord()