Searched defs:IntegerNode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h89 class IntegerNode : public Node { class in namespace:lldb_private::postfix
91 IntegerNode(int64_t value) : Node(Integer), m_value(value) {} function in class:lldb_private::postfix::IntegerNode

Completed in 138 milliseconds