|
clang
3.8.0
|
ContinueStmt - This represents a continue. More...
#include <Stmt.h>
Public Member Functions | |
| ContinueStmt (SourceLocation CL) | |
| ContinueStmt (EmptyShell Empty) | |
| Build an empty continue statement. More... | |
| SourceLocation | getContinueLoc () const |
| void | setContinueLoc (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) |
ContinueStmt - This represents a continue.
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 1288 of file Stmt.h.
Referenced by clang::ASTNodeImporter::VisitContinueStmt().
|
inline |
|
inline |
|
inline |
1.8.6