clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
clang::ContinueStmt Class Reference

#include <Stmt.h>

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

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)
 

Detailed Description

ContinueStmt - This represents a continue.

Definition at line 1291 of file Stmt.h.

Constructor & Destructor Documentation

clang::ContinueStmt::ContinueStmt ( SourceLocation  CL)
inline

Definition at line 1294 of file Stmt.h.

clang::ContinueStmt::ContinueStmt ( EmptyShell  Empty)
inlineexplicit

Build an empty continue statement.

Definition at line 1297 of file Stmt.h.

Member Function Documentation

child_range clang::ContinueStmt::children ( )
inline

Definition at line 1310 of file Stmt.h.

static bool clang::ContinueStmt::classof ( const Stmt T)
inlinestatic

Definition at line 1305 of file Stmt.h.

SourceLocation clang::ContinueStmt::getContinueLoc ( ) const
inline

Definition at line 1299 of file Stmt.h.

Referenced by clang::ASTNodeImporter::VisitContinueStmt().

SourceLocation clang::ContinueStmt::getLocEnd ( ) const
inline

Definition at line 1303 of file Stmt.h.

SourceLocation clang::ContinueStmt::getLocStart ( ) const
inline

Definition at line 1302 of file Stmt.h.

void clang::ContinueStmt::setContinueLoc ( SourceLocation  L)
inline

Definition at line 1300 of file Stmt.h.


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