Home | History | Annotate | Download | only in AST

Lines Matching refs:OVE

3037       if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Subexpr))
3038 Subexpr = OVE->getSourceExpr();
3202 } else if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(this)) {
3203 if (const Expr *Source = OVE->getSourceExpr())