LLDB mainline
|
A node representing the canonical frame address. More...
#include <PostfixExpression.h>
Public Member Functions | |
InitialValueNode () | |
Public Member Functions inherited from lldb_private::postfix::Node | |
Kind | GetKind () const |
Static Public Member Functions | |
static bool | classof (const Node *node) |
Additional Inherited Members | |
Public Types inherited from lldb_private::postfix::Node | |
enum | Kind { BinaryOp , InitialValue , Integer , Register , Symbol , UnaryOp } |
Protected Member Functions inherited from lldb_private::postfix::Node | |
Node (Kind kind) | |
A node representing the canonical frame address.
Definition at line 79 of file PostfixExpression.h.
|
inline |
Definition at line 81 of file PostfixExpression.h.
|
inlinestatic |
Definition at line 83 of file PostfixExpression.h.
References lldb_private::postfix::Node::GetKind(), and lldb_private::postfix::Node::InitialValue.