Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitDoStmt

131   case Stmt::DoStmtClass:       EmitDoStmt(cast<DoStmt>(*S));             break;
569 void CodeGenFunction::EmitDoStmt(const DoStmt &S) {