LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
IdentifierNode (uint32_t location, std::string name) | |
llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
std::string | GetName () 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 | |
std::string | m_name |
|
inline |
Definition at line 82 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eIdentifierNode, and m_name.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 18 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 89 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eIdentifierNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 87 of file DILAST.h.
References m_name.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 94 of file DILAST.h.
Referenced by GetName(), and IdentifierNode().