clang API Documentation

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

#include <Stmt.h>

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

List of all members.

Public Member Functions

 BreakStmt (SourceLocation BL)
 BreakStmt (EmptyShell Empty)
 Build an empty break statement.
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 1311 of file Stmt.h.


Constructor & Destructor Documentation

Definition at line 1314 of file Stmt.h.

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

Build an empty break statement.

Definition at line 1317 of file Stmt.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 1330 of file Stmt.h.

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

Definition at line 1325 of file Stmt.h.

References clang::Stmt::getStmtClass().

Definition at line 1319 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1323 of file Stmt.h.

Reimplemented from clang::Stmt.

Definition at line 1322 of file Stmt.h.

Definition at line 1320 of file Stmt.h.


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