Searched defs:ContinueStmt (Results 1 – 2 of 2) sorted by relevance
990 DECL_VISIT_STMT(ContinueStmt) { in DECL_VISIT_STMT() argument
1289 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt() function1292 explicit ContinueStmt(EmptyShell Empty) : Stmt(ContinueStmtClass, Empty) { } in ContinueStmt() function