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

#include <Stmt.h>

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

Public Member Functions

 BreakStmt (SourceLocation BL)
 
 BreakStmt (EmptyShell Empty)
 Build an empty break statement. More...
 
SourceLocation getBreakLoc () const
 
void setBreakLoc (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

BreakStmt - This represents a break.

Definition at line 1315 of file Stmt.h.

Constructor & Destructor Documentation

clang::BreakStmt::BreakStmt ( SourceLocation  BL)
inline

Definition at line 1319 of file Stmt.h.

clang::BreakStmt::BreakStmt ( EmptyShell  Empty)
inlineexplicit

Build an empty break statement.

Definition at line 1325 of file Stmt.h.

Member Function Documentation

child_range clang::BreakStmt::children ( )
inline

Definition at line 1338 of file Stmt.h.

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

Definition at line 1333 of file Stmt.h.

SourceLocation clang::BreakStmt::getBreakLoc ( ) const
inline

Definition at line 1327 of file Stmt.h.

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

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

Definition at line 1331 of file Stmt.h.

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

Definition at line 1330 of file Stmt.h.

void clang::BreakStmt::setBreakLoc ( SourceLocation  L)
inline

Definition at line 1328 of file Stmt.h.


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