Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:WhileStmt

135   case Stmt::WhileStmtClass:    EmitWhileStmt(cast<WhileStmt>(*S));       break;
498 EmitWhileStmt(cast<WhileStmt>(*SubStmt), S.getAttrs());
613 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S,