|
LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
| CastNode (uint32_t location, CompilerType type, ASTNodeUP operand, CastKind kind) | |
| llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
| CompilerType | GetType () const |
| ASTNode & | GetOperand () const |
| CastKind | GetCastKind () 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 | |
| CompilerType | m_type |
| ASTNodeUP | m_operand |
| CastKind | m_cast_kind |
|
inline |
Definition at line 294 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eCastNode, m_cast_kind, m_operand, and m_type.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 70 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 305 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eCastNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 303 of file DILAST.h.
References m_cast_kind.
|
inline |
Definition at line 302 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_operand.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
Definition at line 301 of file DILAST.h.
References m_type.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 312 of file DILAST.h.
Referenced by CastNode(), and GetCastKind().
|
private |
Definition at line 311 of file DILAST.h.
Referenced by CastNode(), and GetOperand().
|
private |
Definition at line 310 of file DILAST.h.
Referenced by CastNode(), and GetType().