Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory; variable
28 friend class ImmutableListFactory<T>;
67 using Factory = ImmutableListFactory<T>;
149 class ImmutableListFactory {
165 ImmutableListFactory() in ImmutableListFactory() function
168 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() function
171 ~ImmutableListFactory() { in ~ImmutableListFactory()