reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ImmutableSet.h
   43   using key_type_ref = typename ImutInfo::key_type_ref;
  943   static key_type_ref KeyOfValue(value_type_ref D) { return D; }
  946   static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
  946   static bool isEqual(key_type_ref LHS, key_type_ref RHS) { return LHS == RHS; }
  948   static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }
  948   static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }