clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::syntax::PostfixUnaryOperatorExpression Class Referencefinal

<operand> <operator> More...

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

Inheritance diagram for clang::syntax::PostfixUnaryOperatorExpression:
Inheritance graph
[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

Definition at line 186 of file Nodes.h.

Member Function Documentation

◆ classof()

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

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