Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DImmutableMap.h292 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F) in ImmutableMapRef() function
298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, in ImmutableMapRef() function
305 ImmutableMapRef(const ImmutableMapRef &X) in ImmutableMapRef() function
385 friend class ImmutableMapRef; variable