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