Searched defs:BreakStmt (Results 1 – 2 of 2) sorted by relevance
115 BreakStmt, enumerator
250 friend class BreakStmt; variable2696 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass) { in BreakStmt() function2701 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) {} in BreakStmt() function