LLDB mainline
lldb_private::dil::BitFieldExtractionNode Class Reference

#include <DILAST.h>

Inheritance diagram for lldb_private::dil::BitFieldExtractionNode:
[legend]

Public Member Functions

 BitFieldExtractionNode (uint32_t location, ASTNodeUP base, int64_t first_index, int64_t last_index)
llvm::Expected< lldb::ValueObjectSPAccept (Visitor *v) const override
ASTNodeGetBase () 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

Detailed Description

Definition at line 160 of file DILAST.h.

Constructor & Destructor Documentation

◆ BitFieldExtractionNode()

lldb_private::dil::BitFieldExtractionNode::BitFieldExtractionNode ( uint32_t location,
ASTNodeUP base,
int64_t first_index,
int64_t last_index )
inline

Member Function Documentation

◆ Accept()

llvm::Expected< lldb::ValueObjectSP > lldb_private::dil::BitFieldExtractionNode::Accept ( Visitor * v) const
overridevirtual

Implements lldb_private::dil::ASTNode.

Definition at line 36 of file DILAST.cpp.

References lldb_private::dil::Visitor::Visit().

◆ classof()

bool lldb_private::dil::BitFieldExtractionNode::classof ( const ASTNode * node)
inlinestatic

◆ GetBase()

ASTNode * lldb_private::dil::BitFieldExtractionNode::GetBase ( ) const
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().

◆ GetFirstIndex()

int64_t lldb_private::dil::BitFieldExtractionNode::GetFirstIndex ( ) const
inline

Definition at line 171 of file DILAST.h.

References m_first_index.

Referenced by lldb_private::dil::Interpreter::Visit().

◆ GetLastIndex()

int64_t lldb_private::dil::BitFieldExtractionNode::GetLastIndex ( ) const
inline

Definition at line 172 of file DILAST.h.

References m_last_index.

Referenced by lldb_private::dil::Interpreter::Visit().

Member Data Documentation

◆ m_base

ASTNodeUP lldb_private::dil::BitFieldExtractionNode::m_base
private

Definition at line 179 of file DILAST.h.

Referenced by BitFieldExtractionNode(), and GetBase().

◆ m_first_index

int64_t lldb_private::dil::BitFieldExtractionNode::m_first_index
private

Definition at line 180 of file DILAST.h.

Referenced by BitFieldExtractionNode(), and GetFirstIndex().

◆ m_last_index

int64_t lldb_private::dil::BitFieldExtractionNode::m_last_index
private

Definition at line 181 of file DILAST.h.

Referenced by BitFieldExtractionNode(), and GetLastIndex().


The documentation for this class was generated from the following files: