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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h943 class ImmutableSet { class in namespace:llvm
957 explicit ImmutableSet(TreeTy* R) : Root(R) { function in class:llvm::ImmutableSet
960 ImmutableSet(const ImmutableSet &X) : Root(X.Root) { function in class:llvm::ImmutableSet
[all...]

Completed in 111 milliseconds