|
clang
3.8.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 1216 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
Definition at line 1213 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitGotoStmt(), and clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
Definition at line 1218 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitGotoStmt().
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6