Searched refs:ImpCast (Results 1 – 1 of 1) sorted by relevance
396 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local397 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()398 ImpCast->setType(Ty); in ImpCastExprToType()399 ImpCast->setValueKind(VK); in ImpCastExprToType()