| LLDB mainline
    | 
#include <DILAST.h>
| Public Member Functions | |
| IntegerLiteralNode (uint32_t location, llvm::APInt value, uint32_t radix, bool is_unsigned, IntegerTypeSuffix type) | |
| llvm::Expected< lldb::ValueObjectSP > | Accept (Visitor *v) const override | 
| const llvm::APInt & | GetValue () const | 
| uint32_t | GetRadix () const | 
| bool | IsUnsigned () const | 
| IntegerTypeSuffix | GetTypeSuffix () 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::APInt | m_value | 
| uint32_t | m_radix | 
| bool | m_is_unsigned | 
| IntegerTypeSuffix | m_type | 
| 
 | inline | 
Definition at line 188 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eIntegerLiteralNode, m_is_unsigned, m_radix, m_type, and m_value.
| 
 | overridevirtual | 
Implements lldb_private::dil::ASTNode.
Definition at line 41 of file DILAST.cpp.
References lldb_private::dil::Visitor::Visit().
Definition at line 201 of file DILAST.h.
References lldb_private::dil::ASTNode::ASTNode(), lldb_private::dil::eIntegerLiteralNode, and lldb_private::dil::ASTNode::GetKind().
| 
 | inline | 
Definition at line 197 of file DILAST.h.
References m_radix.
Referenced by lldb_private::dil::Interpreter::PickIntegerType().
| 
 | inline | 
Definition at line 199 of file DILAST.h.
References m_type.
Referenced by lldb_private::dil::Interpreter::PickIntegerType().
| 
 | inline | 
Definition at line 196 of file DILAST.h.
References m_value.
Referenced by lldb_private::dil::Interpreter::PickIntegerType(), and lldb_private::dil::Interpreter::Visit().
| 
 | inline | 
Definition at line 198 of file DILAST.h.
References m_is_unsigned.
Referenced by lldb_private::dil::Interpreter::PickIntegerType().
| 
 | private | 
Definition at line 208 of file DILAST.h.
Referenced by IntegerLiteralNode(), and IsUnsigned().
| 
 | private | 
Definition at line 207 of file DILAST.h.
Referenced by GetRadix(), and IntegerLiteralNode().
| 
 | private | 
Definition at line 209 of file DILAST.h.
Referenced by GetTypeSuffix(), and IntegerLiteralNode().
| 
 | private | 
Definition at line 206 of file DILAST.h.
Referenced by GetValue(), and IntegerLiteralNode().