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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableSet.h1097 class ImmutableSetRef { class in namespace:llvm
1113 explicit ImmutableSetRef(TreeTy* R, FactoryTy *F) function in class:llvm::ImmutableSetRef
1118 ImmutableSetRef(const ImmutableSetRef &X) function in class:llvm::ImmutableSetRef
1123 ImmutableSetRef &operator=(const ImmutableSetRef &X) {
1132 ~ImmutableSetRef() {
1136 static inline ImmutableSetRef getEmptySet(FactoryTy *F) {
1137 return ImmutableSetRef(0, F);
1140 ImmutableSetRef ad
[all...]

Completed in 114 milliseconds