Searched refs:m_right (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h60 : Node(BinaryOp), m_op_type(op_type), m_left(&left), m_right(&right) {}
67 const Node *Right() const { return m_right; }
68 Node *&Right() { return m_right; }
75 Node *m_right; member in class:lldb_private::postfix::BinaryOpNode

Completed in 156 milliseconds