Home
last modified time | relevance | path

Searched refs:m_operand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {} in UnaryOpNode()
143 const Node *Operand() const { return m_operand; } in Operand()
144 Node *&Operand() { return m_operand; } in Operand()
150 Node *m_operand; variable