Searched refs:curExpr (Results 1 – 1 of 1) sorted by relevance
4616 Expr *curExpr = e, *prevExpr = nullptr; in maybeUndoReclaimObject() local4621 if (auto *pe = dyn_cast<ParenExpr>(curExpr)) { in maybeUndoReclaimObject()4622 prevExpr = curExpr; in maybeUndoReclaimObject()4623 curExpr = pe->getSubExpr(); in maybeUndoReclaimObject()4627 if (auto *ce = dyn_cast<CastExpr>(curExpr)) { in maybeUndoReclaimObject()4639 prevExpr = curExpr; in maybeUndoReclaimObject()4640 curExpr = ce->getSubExpr(); in maybeUndoReclaimObject()