LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
BitFieldExtractionNode (uint32_t location, ASTNodeUP base, int64_t first_index, int64_t last_index) | |
llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
ASTNode * | GetBase () const |
int64_t | GetFirstIndex () const |
int64_t | GetLastIndex () 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_first_index |
int64_t | m_last_index |
|
inline |
Definition at line 162 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eBitExtractionNode, m_base, m_first_index, and m_last_index.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 36 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 174 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eBitExtractionNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 170 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_base.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
Definition at line 171 of file DILAST.h.
References m_first_index.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
Definition at line 172 of file DILAST.h.
References m_last_index.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 179 of file DILAST.h.
Referenced by BitFieldExtractionNode(), and GetBase().
|
private |
Definition at line 180 of file DILAST.h.
Referenced by BitFieldExtractionNode(), and GetFirstIndex().
|
private |
Definition at line 181 of file DILAST.h.
Referenced by BitFieldExtractionNode(), and GetLastIndex().