Home | History | Annotate | Download | only in Sema

Lines Matching refs:OVE

1428         if (auto *OVE = dyn_cast<OpaqueValueExpr>(S))
1429 // Look past the OVE into the expression it binds.
1430 Visit(OVE->getSourceExpr());