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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h61 class ImmutableMap { class in namespace:llvm
79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
298 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]

Completed in 46 milliseconds