Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitIgnoredExpr

102 /// EmitIgnoredExpr - Emit code to compute the specified expression,
104 void CodeGenFunction::EmitIgnoredExpr(const Expr *E) {
345 EmitIgnoredExpr(CommaLHSs[I]);
3036 EmitIgnoredExpr(E->getLHS());
3413 CGF.EmitIgnoredExpr(semantic);