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