Searched refs:toType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1301 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType); 1306 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast() argument 1307 return S.ImpCastExprToType(op, toType, CK_IntegralCast); in doIntegralCast() 1310 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast() argument 1311 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
|