class WhileStatement

Declaration

class WhileStatement : public Statement { /* full declaration omitted */ };

Description

while ( <cond >) <body >

Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:287

Inherits from: Statement

Member Variables

Method Overview

Inherited from Statement:

Inherited from Tree:

Inherited from Node:

Methods

WhileStatement()

Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:289

static bool classof(const clang::syntax::Node* N)

Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:290

Parameters

const clang::syntax::Node* N

clang::syntax::Statement* getBody()

Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:292

clang::syntax::Leaf* getWhileKeyword()

Declared at: clang/include/clang/Tooling/Syntax/Nodes.h:291