LLDB mainline
|
#include <DILAST.h>
Public Member Functions | |
FloatLiteralNode (uint32_t location, llvm::APFloat value) | |
llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override |
const llvm::APFloat & | 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 | |
llvm::APFloat | m_value |
|
inline |
Definition at line 214 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eFloatLiteralNode, and m_value.
|
overridevirtual |
Implements lldb_private::dil::ASTNode.
Definition at line 45 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 222 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eFloatLiteralNode, and lldb_private::dil::ASTNode::GetKind().
|
inline |
Definition at line 220 of file DILAST.h.
References m_value.
Referenced by lldb_private::dil::Interpreter::Visit().
|
private |
Definition at line 227 of file DILAST.h.
Referenced by FloatLiteralNode(), and GetValue().