Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc985 DECL_VISIT_STMT(BreakStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h1314 BreakStmt(SourceLocation BL) : Stmt(BreakStmtClass), BreakLoc(BL) { in BreakStmt() function
1320 explicit BreakStmt(EmptyShell Empty) : Stmt(BreakStmtClass, Empty) { } in BreakStmt() function