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