clang 20.0.0git
|
<operator> <operand> More...
#include "clang/Tooling/Syntax/Nodes.h"
Public Member Functions | |
PrefixUnaryOperatorExpression () | |
Public Member Functions inherited from clang::syntax::UnaryOperatorExpression | |
UnaryOperatorExpression (NodeKind K) | |
Leaf * | getOperatorToken () |
Expression * | getOperand () |
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) |
<operator> <operand>
For example: +a -b !c not c ~d compl d *e &f ++h –h __real i __imag i
|
inline |