clang 22.0.0git
clang::syntax::PrefixUnaryOperatorExpression Class Referencefinal

<operator> <operand> More...

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

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

Public Member Functions

 PrefixUnaryOperatorExpression ()
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

<operator> <operand>

For example: +a -b !c not c ~d compl d *e &f ++h –h __real i __imag i

Definition at line 172 of file Nodes.h.

Constructor & Destructor Documentation

◆ PrefixUnaryOperatorExpression()

clang::syntax::PrefixUnaryOperatorExpression::PrefixUnaryOperatorExpression ( )
inline

Member Function Documentation

◆ classof()

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

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