Searched defs:BreakStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1147 /// BreakStmt - This represents a break.
1149 class BreakStmt : public Stmt { class in namespace:clang
1152 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass), BreakLoc(BL) {} function in class:clang::BreakStmt
1155 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) { } function in class:clang::BreakStmt
1165 static bool classof(const BreakStmt *) { return true; }

Completed in 67 milliseconds