Searched refs:getDependentVectorType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1348 QualType getDependentVectorType(QualType VectorType, Expr *SizeExpr,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2311 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 D | ASTContext.cpp | 3415 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() function in ASTContext
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6378 return Context.getDependentVectorType(ElementType, SizeExpr, AttrLoc, in readTypeRecord()
|