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

References

include/llvm/ADT/ImmutableSet.h
  820               typename T::TreeTy::iterator>::iterator_category,
include/llvm/ADT/STLExtras.h
  210              typename std::iterator_traits<ItTy>::iterator_category,
  309                            WrappedIteratorT>::iterator_category>::type> {
  315                        WrappedIteratorT>::iterator_category>::type>;
  401       typename std::iterator_traits<IterT>::iterator_category>::value>::type;
  703               typename std::iterator_traits<Iters>::iterator_category...>::type,
 1148                                           Range.begin())>::iterator_category,
 1537                 decltype(Begin)>::type>::iterator_category,
 1554                 decltype(Begin)>::type>::iterator_category,
include/llvm/ADT/StringExtras.h
  371   using tag = typename std::iterator_traits<IteratorT>::iterator_category;
include/llvm/ADT/iterator.h
  289           typename std::iterator_traits<WrappedIteratorT>::iterator_category,
  313           typename std::iterator_traits<WrappedIteratorT>::iterator_category,
include/llvm/Analysis/LoopIterator.h
   48             typename std::iterator_traits<succ_iterator>::iterator_category,
   52         typename std::iterator_traits<succ_iterator>::iterator_category,
include/llvm/XRay/Graph.h
  134             typename std::iterator_traits<BaseIt>::iterator_category, T> {
tools/clang/include/clang/AST/DeclTemplate.h
  774                 EntryType>::iterator>::iterator_category,
tools/clang/include/clang/Analysis/CFG.h
  695     using iterator_category = typename IteratorTraits::iterator_category;
usr/include/c++/7.4.0/bits/basic_string.h
  235           typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
usr/include/c++/7.4.0/bits/hashtable_policy.h
   80       typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
usr/include/c++/7.4.0/bits/stl_algobase.h
  379       typedef typename iterator_traits<_II>::iterator_category _Category;
  581       typedef typename iterator_traits<_BI1>::iterator_category _Category;
  875       typedef typename iterator_traits<_II1>::iterator_category _Category1;
  876       typedef typename iterator_traits<_II2>::iterator_category _Category2;
usr/include/c++/7.4.0/bits/stl_iterator.h
  102     : public iterator<typename iterator_traits<_Iterator>::iterator_category,
 1023       typedef typename __traits_type::iterator_category iterator_category;
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  204     typename iterator_traits<_Iter>::iterator_category
usr/include/c++/7.4.0/bits/stl_vector.h
 1298 	    iterator_category _IterCategory;