HomeSort by relevance Sort by last modified time
    Searched refs:IteratorTy (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
UnresolvedSet.h 31 typedef DeclsTy::iterator IteratorTy;
33 IteratorTy ir;
42 IteratorTy getIterator() const { return ir; }
47 typedef std::iterator_traits<IteratorTy>::difference_type difference_type;
51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category;
  /external/llvm/include/llvm/ADT/
STLExtras.h 272 template<class IteratorTy>
273 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
280 template<class IteratorTy>
281 inline void array_pod_sort(IteratorTy Start, IteratorTy End,

Completed in 706 milliseconds