|
LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
| SizeOfNode (uint32_t location, ASTNodeUP node) | |
| SizeOfNode (uint32_t location, CompilerType type) | |
| llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
| ASTNode & | GetNodeArg () const |
| CompilerType | GetTypeArg () const |
| Public Member Functions inherited from lldb_private::dil::ASTNode | |
| ASTNode (uint32_t location, NodeKind kind) | |
| virtual | ~ASTNode ()=default |
| virtual bool | IsConstLiteral () const |
| uint32_t | GetLocation () const |
| NodeKind | GetKind () const |
Static Public Member Functions | |
| static bool | classof (const ASTNode &node) |
Private Attributes | |
| std::string | m_name |
| ASTNodeUP | m_node_arg |
| CompilerType | m_type_arg |
|
inline |
Definition at line 369 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eSizeOfNode, and m_node_arg.
|
inline |
Definition at line 372 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eSizeOfNode, and m_type_arg.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 116 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 380 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eSizeOfNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 377 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), and m_node_arg.
Referenced by lldb_private::dil::Interpreter::Visit().
|
inline |
Definition at line 378 of file DILAST.h.
References m_type_arg.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 386 of file DILAST.h.
Referenced by GetNodeArg(), and SizeOfNode().
|
private |
Definition at line 387 of file DILAST.h.
Referenced by GetTypeArg(), and SizeOfNode().