|
clang
3.8.0
|
BreakStmt - This represents a break. More...
#include <Stmt.h>
Public Member Functions | |
| BreakStmt (SourceLocation BL) | |
| BreakStmt (EmptyShell Empty) | |
| Build an empty break statement. More... | |
| SourceLocation | getBreakLoc () const |
| void | setBreakLoc (SourceLocation L) |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 1318 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitBreakStmt().
|
inline |
|
inline |
|
inline |
1.8.6