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

/external/llvm/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory;
34 friend class ImmutableListFactory<T>;
59 /// be created by ImmutableListFactory objects that manage the lifetime
66 typedef ImmutableListFactory<T> Factory;
72 // This constructor should normally only be called by ImmutableListFactory<T>.
114 /// from the same ImmutableListFactory are uniqued, this has O(1) complexity
117 /// ImmutableListFactory.
140 class ImmutableListFactory { class in namespace:llvm
156 ImmutableListFactory() function in class:llvm::ImmutableListFactory
159 ImmutableListFactory(BumpPtrAllocato function in class:llvm::ImmutableListFactory
[all...]

Completed in 1130 milliseconds