Home | History | Annotate | Download | only in Sema

Lines Matching refs:Casted

354       ExprResult Casted = ImpCastExprToType(RetE, CSI.ReturnType,
356 assert(Casted.isUsable());
357 RS->setRetValue(Casted.take());