| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/DenseMapInfo.h"
Public Types | |
| using | Optional = std::optional<T> | 
| using | Info = DenseMapInfo<T> | 
Static Public Member Functions | |
| static constexpr Optional | getEmptyKey () | 
| static constexpr Optional | getTombstoneKey () | 
| static unsigned | getHashValue (const Optional &OptionalVal) | 
| static bool | isEqual (const Optional &LHS, const Optional &RHS) | 
Definition at line 239 of file DenseMapInfo.h.
| using llvm::DenseMapInfo< std::optional< T > >::Info = DenseMapInfo<T> | 
Definition at line 241 of file DenseMapInfo.h.
| using llvm::DenseMapInfo< std::optional< T > >::Optional = std::optional<T> | 
Definition at line 240 of file DenseMapInfo.h.
      
  | 
  inlinestaticconstexpr | 
Definition at line 243 of file DenseMapInfo.h.
      
  | 
  inlinestatic | 
Definition at line 249 of file DenseMapInfo.h.
References llvm::detail::combineHashValue().
      
  | 
  inlinestaticconstexpr | 
Definition at line 245 of file DenseMapInfo.h.
      
  | 
  inlinestatic | 
Definition at line 255 of file DenseMapInfo.h.