clang 20.0.0git
|
An abstract class for prefix and postfix unary operators. More...
#include "clang/Tooling/Syntax/Nodes.h"
Public Member Functions | |
UnaryOperatorExpression (NodeKind K) | |
Leaf * | getOperatorToken () |
Expression * | getOperand () |
Static Public Member Functions | |
static bool | classof (const Node *N) |
|
inline |
syntax::Expression * syntax::UnaryOperatorExpression::getOperand | ( | ) |
Definition at line 208 of file Nodes.cpp.
References clang::syntax::Operand.
syntax::Leaf * syntax::UnaryOperatorExpression::getOperatorToken | ( | ) |
Definition at line 204 of file Nodes.cpp.
References clang::syntax::OperatorToken.