| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/ilist_node.h"
Public Member Functions | |
| ilist_sentinel () | |
| void | reset () | 
| bool | empty () const | 
| Public Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
| self_iterator | getIterator () | 
| const_self_iterator | getIterator () const | 
| reverse_self_iterator | getReverseIterator () | 
| const_reverse_self_iterator | getReverseIterator () const | 
| template<typename T = OptionsT> | |
| std::enable_if_t< T::is_sentinel_tracking_explicit, bool > | isSentinel () const | 
| Check whether this is the sentinel node.   | |
| Public Member Functions inherited from llvm::ilist_detail::node_parent_access< ilist_node_impl< OptionsT >, OptionsT::parent_ty > | |
| const OptionsT::parent_ty * | getParent () const | 
| void | setParent (OptionsT::parent_ty *Parent) | 
Additional Inherited Members | |
| Protected Types inherited from llvm::ilist_node_impl< OptionsT > | |
| using | self_iterator = ilist_select_iterator_type<OptionsT, false, false> | 
| using | const_self_iterator = ilist_select_iterator_type<OptionsT, false, true> | 
| using | reverse_self_iterator | 
| using | const_reverse_self_iterator | 
| Protected Member Functions inherited from llvm::ilist_node_impl< OptionsT > | |
| ilist_node_impl ()=default | |
Definition at line 296 of file ilist_node.h.
      
  | 
  inline | 
Definition at line 298 of file ilist_node.h.
References reset().
      
  | 
  inline | 
Definition at line 308 of file ilist_node.h.
      
  | 
  inline | 
Definition at line 303 of file ilist_node.h.
Referenced by ilist_sentinel().