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

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h272 class ImmutableMapRef { class in namespace:llvm
292 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F) function in class:llvm::ImmutableMapRef
298 explicit ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, function in class:llvm::ImmutableMapRef
305 ImmutableMapRef(const ImmutableMapRef &X) function in class:llvm::ImmutableMapRef
311 ImmutableMapRef &operator=(const ImmutableMapRef &X) {
325 ~ImmutableMapRef() {
330 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
331 return ImmutableMapRef(
[all...]

Completed in 433 milliseconds