Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:semantic

3194     const Expr *semantic = *i;
3196 // If this semantic expression is an opaque value, bind it
3198 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3230 } else if (semantic == resultExpr) {
3232 result.LV = CGF.EmitLValue(semantic);
3234 result.RV = CGF.EmitAnyExpr(semantic, slot);
3238 CGF.EmitIgnoredExpr(semantic);