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

References

include/llvm/ADT/ImmutableSet.h
  909 struct ImutContainerInfo : public ImutProfileInfo<T> {
  910   using value_type = typename ImutProfileInfo<T>::value_type;
  911   using value_type_ref = typename ImutProfileInfo<T>::value_type_ref;
  935 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
  936   using value_type = typename ImutProfileInfo<T*>::value_type;
  937   using value_type_ref = typename ImutProfileInfo<T*>::value_type_ref;