Searched refs:ParentCast (Results 1 – 1 of 1) sorted by relevance
45 CastExpr *ParentCast = dyn_cast<CastExpr>(Parent); in removeLValueToRValueCast() local46 if (ParentCast) in removeLValueToRValueCast()47 Child = ParentCast->getSubExpr(); in removeLValueToRValueCast()55 ParentCast->setSubExpr(ExprUnderCast); in removeLValueToRValueCast()