class RangeBasedForStatement

Declaration

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

Description

for ( <decl > : <init >) <body >

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

Inherits from: Statement

Member Variables

Method Overview

Inherited from Statement:

Inherited from Tree:

Inherited from Node:

Methods

RangeBasedForStatement()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Statement* getBody()

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

clang::syntax::Leaf* getForKeyword()

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