clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ContinueStmt Class Reference

#include <Stmt.h>

Inheritance diagram for clang::ContinueStmt:
Inheritance graph
[legend]
Collaboration diagram for clang::ContinueStmt:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

ContinueStmt - This represents a continue.

Definition at line 1287 of file Stmt.h.


Constructor & Destructor Documentation

Definition at line 1290 of file Stmt.h.

clang::ContinueStmt::ContinueStmt ( EmptyShell  Empty) [inline, explicit]

Build an empty continue statement.

Definition at line 1293 of file Stmt.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 1306 of file Stmt.h.

static bool clang::ContinueStmt::classof ( const Stmt T) [inline, static]

Definition at line 1301 of file Stmt.h.

References clang::Stmt::getStmtClass().

Definition at line 1295 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1299 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1298 of file Stmt.h.

Definition at line 1296 of file Stmt.h.


The documentation for this class was generated from the following file: