Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:semantic

2457     const Expr *semantic = *i;
2459 // If this semantic expression is an opaque value, bind it
2461 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2465 // If this semantic is the result of the pseudo-object
2480 } else if (semantic == resultExpr) {
2481 result = tryEmitARCRetainScalarExpr(CGF, semantic);
2485 CGF.EmitIgnoredExpr(semantic);