LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
ArraySubscriptNode (uint32_t location, ASTNodeUP base, int64_t index) | |
llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
ASTNode * | GetBase () const |
int64_t | GetIndex () 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 | |
ASTNodeUP | m_base |
int64_t | m_index |
|
inline |
Definition at line 142 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eArraySubscriptNode, m_base, and m_index.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 31 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 151 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eArraySubscriptNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 148 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_base.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
Definition at line 149 of file DILAST.h.
References m_index.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 156 of file DILAST.h.
Referenced by ArraySubscriptNode(), and GetBase().
|
private |
Definition at line 157 of file DILAST.h.
Referenced by ArraySubscriptNode(), and GetIndex().