|
LLVM
4.0.0
|
#include <ImmutableList.h>
Public Member Functions | |
| ImmutableListImpl (const ImmutableListImpl &)=delete | |
| ImmutableListImpl & | operator= (const ImmutableListImpl &)=delete |
| 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 28 of file ImmutableList.h.
|
delete |
|
inline |
Definition at line 41 of file ImmutableList.h.
|
inline |
Definition at line 42 of file ImmutableList.h.
|
delete |
|
inlinestatic |
Definition at line 44 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 50 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::Profile().
|
friend |
Definition at line 29 of file ImmutableList.h.
1.8.6