clang
3.7.0
|
#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 1327 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitBreakStmt().
|
inline |
|
inline |
|
inline |