Searched defs:BreakStmt (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Stmt.h | 1326 /// BreakStmt - This represents a break. 1328 class BreakStmt : public Stmt { class in namespace:clang 1332 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass), BreakLoc(BL) { function in class:clang::BreakStmt 1333 static_assert(sizeof(BreakStmt) == 2 * sizeof(SourceLocation), 1334 "BreakStmt too large"); 1338 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) { } function in class:clang::BreakStmt |
Completed in 53 milliseconds