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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory;
28 friend class ImmutableListFactory<T>;
60 /// be created by ImmutableListFactory objects that manage the lifetime
67 using Factory = ImmutableListFactory<T>;
76 // This constructor should normally only be called by ImmutableListFactory<T>.
123 /// from the same ImmutableListFactory are uniqued, this has O(1) complexity
126 /// ImmutableListFactory.
149 class ImmutableListFactory { class in namespace:llvm
165 ImmutableListFactory() function in class:llvm::ImmutableListFactory
168 ImmutableListFactory(BumpPtrAllocato function in class:llvm::ImmutableListFactory
[all...]

Completed in 59 milliseconds