Lines Matching full:semantic
2504 const Expr *semantic = *i;
2506 // If this semantic expression is an opaque value, bind it
2508 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2512 // If this semantic is the result of the pseudo-object
2527 } else if (semantic == resultExpr) {
2528 semantic);
2532 CGF.EmitIgnoredExpr(semantic);