Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DoStmt

129   case Stmt::DoStmtClass:       EmitDoStmt(cast<DoStmt>(*S));             break;
528 void CodeGenFunction::EmitDoStmt(const DoStmt &S) {