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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp183 switch (binary.GetOpType()) {
232 switch (unary.GetOpType()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h62 OpType GetOpType() const { return m_op_type; } function in class:lldb_private::postfix::BinaryOpNode
141 OpType GetOpType() const { return m_op_type; } function in class:lldb_private::postfix::UnaryOpNode

Completed in 70 milliseconds