|
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 260 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 54 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 271 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eCastNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 269 of file DILAST.h.
References m_cast_kind.
|
inline |
Definition at line 268 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_operand.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
|
private |
Definition at line 278 of file DILAST.h.
Referenced by CastNode(), and GetCastKind().
|
private |
Definition at line 277 of file DILAST.h.
Referenced by CastNode(), and GetOperand().
|
private |
Definition at line 276 of file DILAST.h.
Referenced by CastNode(), and GetType().