clang 22.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 |
Definition at line 157 of file Nodes.h.
References clang::syntax::Expression.
Referenced by clang::syntax::PostfixUnaryOperatorExpression::PostfixUnaryOperatorExpression(), and clang::syntax::PrefixUnaryOperatorExpression::PrefixUnaryOperatorExpression().
References clang::syntax::Expression.
syntax::Expression * syntax::UnaryOperatorExpression::getOperand | ( | ) |
Definition at line 208 of file Nodes.cpp.
References clang::syntax::Expression, and clang::syntax::Operand.
syntax::Leaf * syntax::UnaryOperatorExpression::getOperatorToken | ( | ) |
Definition at line 204 of file Nodes.cpp.
References clang::syntax::OperatorToken.