clang 22.0.0git
clang::syntax::PostfixUnaryOperatorExpression Class Referencefinal

<operand> <operator> More...

#include "clang/Tooling/Syntax/Nodes.h"

Inheritance diagram for clang::syntax::PostfixUnaryOperatorExpression:
[legend]

Public Member Functions

 PostfixUnaryOperatorExpression ()
Public Member Functions inherited from clang::syntax::UnaryOperatorExpression
 UnaryOperatorExpression (NodeKind K)
LeafgetOperatorToken ()
ExpressiongetOperand ()

Static Public Member Functions

static bool classof (const Node *N)
Static Public Member Functions inherited from clang::syntax::UnaryOperatorExpression
static bool classof (const Node *N)

Detailed Description

<operand> <operator>

For example: a++ b–

Definition at line 184 of file Nodes.h.

Constructor & Destructor Documentation

◆ PostfixUnaryOperatorExpression()

clang::syntax::PostfixUnaryOperatorExpression::PostfixUnaryOperatorExpression ( )
inline

Member Function Documentation

◆ classof()

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

The documentation for this class was generated from the following file: