class BreakStmt

Declaration

class BreakStmt : public Stmt { /* full declaration omitted */ };

Description

BreakStmt - This represents a break.

Declared at: clang/include/clang/AST/Stmt.h:2755

Inherits from: Stmt

Member Variables

Inherited from Stmt:

protected

Method Overview

  • public BreakStmt(clang::SourceLocation BL)
  • public BreakStmt(clang::Stmt::EmptyShell Empty)
  • public clang::Stmt::child_range children()
  • public clang::Stmt::const_child_range children() const
  • public static bool classof(const clang::Stmt * T)
  • public clang::SourceLocation getBeginLoc() const
  • public clang::SourceLocation getBreakLoc() const
  • public clang::SourceLocation getEndLoc() const
  • public void setBreakLoc(clang::SourceLocation L)

Inherited from Stmt:

Methods

BreakStmt(clang::SourceLocation BL)

Declared at: clang/include/clang/AST/Stmt.h:2757

Parameters

clang::SourceLocation BL

BreakStmt(clang::Stmt::EmptyShell Empty)

Description

Build an empty break statement.

Declared at: clang/include/clang/AST/Stmt.h:2762

Parameters

clang::Stmt::EmptyShell Empty

clang::Stmt::child_range children()

Declared at: clang/include/clang/AST/Stmt.h:2775

clang::Stmt::const_child_range children() const

Declared at: clang/include/clang/AST/Stmt.h:2779

static bool classof(const clang::Stmt* T)

Declared at: clang/include/clang/AST/Stmt.h:2770

Parameters

const clang::Stmt* T

clang::SourceLocation getBeginLoc() const

Declared at: clang/include/clang/AST/Stmt.h:2767

clang::SourceLocation getBreakLoc() const

Declared at: clang/include/clang/AST/Stmt.h:2764

clang::SourceLocation getEndLoc() const

Declared at: clang/include/clang/AST/Stmt.h:2768

void setBreakLoc(clang::SourceLocation L)

Declared at: clang/include/clang/AST/Stmt.h:2765

Parameters

clang::SourceLocation L