Searched refs:IteratorTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DUnresolvedSet.h31 typedef DeclsTy::iterator IteratorTy; typedef in class:clang::UnresolvedSetIterator
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/
H A DSTLExtras.h334 template<class IteratorTy>
335 inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
342 template <class IteratorTy>
344 IteratorTy Start, IteratorTy End,
346 const typename std::iterator_traits<IteratorTy>::value_type *,
347 const typename std::iterator_traits<IteratorTy>::value_type *)) {

Completed in 118 milliseconds