class ForStatement

Declaration

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

Description

for ( <init >; <cond >; <increment >) <body >

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

Inherits from: Statement

Member Variables

Method Overview

Inherited from Statement:

Inherited from Tree:

Inherited from Node:

Methods

ForStatement()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Statement* getBody()

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

clang::syntax::Leaf* getForKeyword()

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