Lines Matching refs:OVE
345 // Make a new OVE whose source is the given expression.
663 // If we have a base, capture it in an OVE and rebuild the syntactic
664 // form to use the OVE as its base.
758 else if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(op)) {
759 Expr *Initializer = OVE->getSourceExpr();
998 // Capture base expression in an OVE and rebuild the syntactic
999 // form to use the OVE as its base expression.