Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:WhileStmt

128   case Stmt::WhileStmtClass:    EmitWhileStmt(cast<WhileStmt>(*S));       break;
441 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S) {