Home
last modified time | relevance | path

Searched refs:ImmutableListFactory (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory; variable
34 friend class ImmutableListFactory<T>;
66 typedef ImmutableListFactory<T> Factory;
140 class ImmutableListFactory {
156 ImmutableListFactory() in ImmutableListFactory() function
159 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() function
162 ~ImmutableListFactory() { in ~ImmutableListFactory()