Home | History | Annotate | Download | only in CodeGen

Lines Matching full:semantic

3203     const Expr *semantic = *i;
3205 // If this semantic expression is an opaque value, bind it
3207 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3238 } else if (semantic == resultExpr) {
3240 result.LV = CGF.EmitLValue(semantic);
3242 result.RV = CGF.EmitAnyExpr(semantic, slot);
3246 CGF.EmitIgnoredExpr(semantic);