LLVM
8.0.1
|
#include "llvm/ADT/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::FoldingSetBase::Node | |
Node ()=default | |
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 42 of file ImmutableList.h.
Referenced by llvm::ImmutableList< T >::getHead(), llvm::ImmutableList< T >::iterator::operator*(), and llvm::ImmutableList< T >::iterator::operator->().
|
inline |
Definition at line 43 of file ImmutableList.h.
Referenced by llvm::ImmutableList< T >::getTail(), and llvm::ImmutableList< T >::iterator::operator++().
|
delete |
|
inlinestatic |
Definition at line 45 of file ImmutableList.h.
References llvm::FoldingSetNodeID::Add(), and llvm::FoldingSetNodeID::AddPointer().
Referenced by llvm::ImmutableListImpl< T >::Profile().
|
inline |
Definition at line 51 of file ImmutableList.h.
References llvm::ImmutableListImpl< T >::Profile().
|
friend |
Definition at line 29 of file ImmutableList.h.