Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DPostfixExpressionTest.cpp46 llvm::formatv("{0}({1}, {2})", ToString(binary.GetOpType()), in Visit()
65 return std::string(llvm::formatv("{0}({1})", ToString(unary.GetOpType()), in Visit()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DPostfixExpression.cpp184 switch (binary.GetOpType()) { in Visit()
233 switch (unary.GetOpType()) { in Visit()