Searched defs:BreakStmt (Results 1 – 2 of 2) sorted by relevance
985 DECL_VISIT_STMT(BreakStmt) { in DECL_VISIT_STMT() argument
1314 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass), BreakLoc(BL) { in BreakStmt() function1320 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) { } in BreakStmt() function