Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h278 explicit ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef() function
285 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function
292 ImmutableMapRef(const ImmutableMapRef &X) : Root(X.Root), Factory(X.Factory) { in ImmutableMapRef() function
371 friend class ImmutableMapRef; variable