clang
3.9.0
|
GotoStmt - This represents a direct goto. More...
#include <Stmt.h>
Public Member Functions | |
GotoStmt (LabelDecl *label, SourceLocation GL, SourceLocation LL) | |
GotoStmt (EmptyShell Empty) | |
Build an empty goto statement. More... | |
LabelDecl * | getLabel () const |
void | setLabel (LabelDecl *D) |
SourceLocation | getGotoLoc () const |
void | setGotoLoc (SourceLocation L) |
SourceLocation | getLabelLoc () const |
void | setLabelLoc (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 1238 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
Definition at line 1235 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitGotoStmt(), and clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
Definition at line 1240 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
|
inline |
|
inline |
|
inline |