LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
BooleanLiteralNode (uint32_t location, bool value) | |
llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
bool | GetValue () 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 | |
bool | m_value |
|
inline |
Definition at line 232 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eBooleanLiteralNode, and m_value.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 50 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 239 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eBooleanLiteralNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 237 of file DILAST.h.
References m_value.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 244 of file DILAST.h.
Referenced by BooleanLiteralNode(), and GetValue().