Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImplicitCastExpr

284   if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) {
292 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));