Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitWhileStmt

131   case Stmt::WhileStmtClass:    EmitWhileStmt(cast<WhileStmt>(*S));       break;
432 EmitWhileStmt(cast<WhileStmt>(*SubStmt), S.getAttrs());
629 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S,