|
LLVM
3.7.0
|
#include <ImmutableList.h>
Public Member Functions | |
| const T & | getHead () const |
| const ImmutableListImpl * | getTail () const |
| void | Profile (FoldingSetNodeID &ID) |
Public Member Functions inherited from llvm::FoldingSetImpl::Node | |
| Node () | |
| void * | getNextInBucket () const |
| void | SetNextInBucket (void *N) |
Static Public Member Functions | |
| static void | Profile (FoldingSetNodeID &ID, const T &H, const ImmutableListImpl *L) |
Friends | |
| class | ImmutableListFactory< T > |
Definition at line 27 of file ImmutableList.h.
|
inline |
Definition at line 40 of file ImmutableList.h.
|
inline |
Definition at line 41 of file ImmutableList.h.
|
inlinestatic |
Definition at line 43 of file ImmutableList.h.
References llvm::FoldingSetNodeID::Add(), and llvm::FoldingSetNodeID::AddPointer().
Referenced by llvm::ImmutableListFactory< T >::concat(), and llvm::ImmutableListImpl< T >::Profile().
|
inline |
Definition at line 49 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::Profile().
|
friend |
Definition at line 34 of file ImmutableList.h.
1.8.6