Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitReturnStmt

136   case Stmt::ReturnStmtClass:   EmitReturnStmt(cast<ReturnStmt>(*S));     break;
1020 /// EmitReturnStmt - Note that due to GCC extensions, this can have an operand
1023 void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {