| LLDB mainline
    | 
#include <DILAST.h>
| Public Member Functions | |
| UnaryOpNode (uint32_t location, UnaryOpKind kind, ASTNodeUP operand) | |
| llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override | 
| UnaryOpKind | GetKind () const | 
| ASTNode * | GetOperand () const | 
| Public Member Functions inherited from lldb_private::dil::ASTNode | |
| ASTNode (uint32_t location, NodeKind kind) | |
| virtual | ~ASTNode ()=default | 
| uint32_t | GetLocation () const | 
| NodeKind | GetKind () const | 
| Static Public Member Functions | |
| static bool | classof (const ASTNode *node) | 
| Private Attributes | |
| UnaryOpKind | m_kind | 
| ASTNodeUP | m_operand | 
| 
 | inline | 
Definition at line 122 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eUnaryOpNode, m_kind, and m_operand.
| 
 | overridevirtual | 
Implements lldb_private::dil::ASTNode.
Definition at line 26 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 131 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eUnaryOpNode, and lldb_private::dil::ASTNode::GetKind().
| 
 | inline | 
Definition at line 128 of file DILAST.h.
References m_kind.
Referenced by lldb_private::dil::Interpreter::Visit().
| 
 | inline | 
Definition at line 129 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_operand.
Referenced by lldb_private::dil::Interpreter::Visit().
| 
 | private | 
Definition at line 136 of file DILAST.h.
Referenced by GetKind(), and UnaryOpNode().
| 
 | private | 
Definition at line 137 of file DILAST.h.
Referenced by GetOperand(), and UnaryOpNode().