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