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