Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ContinueStmt

181   case Stmt::ContinueStmtClass: EmitContinueStmt(cast<ContinueStmt>(*S)); break;
809 void CodeGenFunction::EmitContinueStmt(const ContinueStmt &S) {