Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitWhileStmt

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