Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReturnStmt

132   case Stmt::ReturnStmtClass:   EmitReturnStmt(cast<ReturnStmt>(*S));     break;
754 void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {