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

<operator> <operand> More...

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

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

Definition at line 174 of file Nodes.h.

Member Function Documentation

◆ classof()

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

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