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

References

include/llvm/ADT/STLExtras.h
 1402       typename std::iterator_traits<IterOfRange<R>>::reference;
 1431           typename std::iterator_traits<IterOfRange<R>>::reference> {
include/llvm/Option/ArgList.h
   73   using reference = typename Traits::reference;
include/llvm/Support/FormatProviders.h
  358   using reference = typename std::iterator_traits<IterT>::reference;
usr/include/c++/7.4.0/bits/stl_iterator.h
  106                       typename iterator_traits<_Iterator>::reference>
  117       typedef typename __traits_type::reference		reference;
  775       typedef typename __traits_type::reference 	reference;
 1019       typedef typename __traits_type::reference		__base_ref;
usr/include/c++/7.4.0/bits/stl_uninitialized.h
  126       typedef typename iterator_traits<_InputIterator>::reference _RefType1;
  127       typedef typename iterator_traits<_ForwardIterator>::reference _RefType2;