Searched defs:ImmutableListImpl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableList.h27 class ImmutableListImpl : public FoldingSetNode { class in namespace:llvm
29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0) function in class:llvm::ImmutableListImpl
36 void operator=(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
37 ImmutableListImpl(const ImmutableListImpl&) LLVM_DELETED_FUNCTION;
41 const ImmutableListImpl* getTail() const { return Tail; }
44 const ImmutableListImpl* L){
55 /// It is implemented as a smart pointer (wraps ImmutableListImpl), s
[all...]

Completed in 148 milliseconds