|
LLVM 22.0.0git
|
#include "llvm/ADT/ilist_node_base.h"
Public Member Functions | |
| void | setPrev (NodeBase *Prev) |
| void | setNext (NodeBase *Next) |
| NodeBase * | getPrev () const |
| NodeBase * | getNext () const |
| bool | isKnownSentinel () const |
| void | initializeSentinel () |
Definition at line 20 of file ilist_node_base.h.
|
inline |
Definition at line 28 of file ilist_node_base.h.
|
inline |
Definition at line 27 of file ilist_node_base.h.
|
inline |
Definition at line 31 of file ilist_node_base.h.
|
inline |
Definition at line 30 of file ilist_node_base.h.
|
inline |
Definition at line 26 of file ilist_node_base.h.
|
inline |
Definition at line 25 of file ilist_node_base.h.