class ReturnStatement

Declaration

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

Description

return <expr >; return;

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

Inherits from: Statement

Member Variables

Method Overview

Inherited from Statement:

Inherited from Tree:

Inherited from Node:

Methods

ReturnStatement()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getReturnKeyword()

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

clang::syntax::Expression* getReturnValue()

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