Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h62 OpType GetOpType() const { return m_op_type; } in GetOpType() function
141 OpType GetOpType() const { return m_op_type; } in GetOpType() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp185 switch (binary.GetOpType()) { in Visit()
234 switch (unary.GetOpType()) { in Visit()