Searched refs:ParentCast (Results 1 – 1 of 1) sorted by relevance
44 CastExpr *ParentCast = dyn_cast<CastExpr>(Parent); in removeLValueToRValueCast() local45 if (ParentCast) in removeLValueToRValueCast()46 Child = ParentCast->getSubExpr(); in removeLValueToRValueCast()54 ParentCast->setSubExpr(ExprUnderCast); in removeLValueToRValueCast()