clang 20.0.0git
|
<lhs> <operator> <rhs> More...
#include "clang/Tooling/Syntax/Nodes.h"
Public Member Functions | |
BinaryOperatorExpression () | |
Expression * | getLhs () |
Leaf * | getOperatorToken () |
Expression * | getRhs () |
Static Public Member Functions | |
static bool | classof (const Node *N) |
<lhs> <operator> <rhs>
For example: a + b a bitor 1 a |= b a and_eq b
|
inline |
syntax::Expression * syntax::BinaryOperatorExpression::getLhs | ( | ) |
Definition at line 199 of file Nodes.cpp.
References clang::syntax::LeftHandSide.
syntax::Leaf * syntax::BinaryOperatorExpression::getOperatorToken | ( | ) |
Definition at line 212 of file Nodes.cpp.
References clang::syntax::OperatorToken.
syntax::Expression * syntax::BinaryOperatorExpression::getRhs | ( | ) |
Definition at line 216 of file Nodes.cpp.
References clang::syntax::RightHandSide.