Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h25 template <typename T> class ImmutableListFactory; variable
29 friend class ImmutableListFactory<T>;
68 using Factory = ImmutableListFactory<T>;
150 class ImmutableListFactory {
166 ImmutableListFactory() in ImmutableListFactory() function
169 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() function
172 ~ImmutableListFactory() { in ~ImmutableListFactory()