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