Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DoStmt

136   case Stmt::DoStmtClass:       EmitDoStmt(cast<DoStmt>(*S));             break;
492 EmitDoStmt(cast<DoStmt>(*SubStmt), S.getAttrs());
698 void CodeGenFunction::EmitDoStmt(const DoStmt &S,