Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:semantic

3224     const Expr *semantic = *i;
3226 // If this semantic expression is an opaque value, bind it
3228 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3259 } else if (semantic == resultExpr) {
3261 result.LV = CGF.EmitLValue(semantic);
3263 result.RV = CGF.EmitAnyExpr(semantic, slot);
3267 CGF.EmitIgnoredExpr(semantic);