class ContinueStmt

Declaration

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

Description

ContinueStmt - This represents a continue.

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

Inherits from: Stmt

Member Variables

Inherited from Stmt:

protected

Method Overview

Inherited from Stmt:

Methods

ContinueStmt(clang::SourceLocation CL)

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

Parameters

clang::SourceLocation CL

ContinueStmt(clang::Stmt::EmptyShell Empty)

Description

Build an empty continue statement.

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

Parameters

clang::Stmt::EmptyShell Empty

clang::Stmt::child_range children()

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

clang::Stmt::const_child_range children() const

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

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

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

Parameters

const clang::Stmt* T

clang::SourceLocation getBeginLoc() const

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

clang::SourceLocation getContinueLoc() const

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

clang::SourceLocation getEndLoc() const

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

void setContinueLoc(clang::SourceLocation L)

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

Parameters

clang::SourceLocation L