clang API Documentation
#include <Stmt.h>
Public Member Functions | |
BreakStmt (SourceLocation BL) | |
BreakStmt (EmptyShell Empty) | |
Build an empty break statement. | |
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) |
clang::BreakStmt::BreakStmt | ( | SourceLocation | BL | ) | [inline] |
clang::BreakStmt::BreakStmt | ( | EmptyShell | Empty | ) | [inline, explicit] |
child_range clang::BreakStmt::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
static bool clang::BreakStmt::classof | ( | const Stmt * | T | ) | [inline, static] |
Definition at line 1325 of file Stmt.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::BreakStmt::getBreakLoc | ( | ) | const [inline] |
SourceLocation clang::BreakStmt::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
SourceLocation clang::BreakStmt::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
void clang::BreakStmt::setBreakLoc | ( | SourceLocation | L | ) | [inline] |