Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() function
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() function
211 friend class ImmutableMap; variable