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

/external/llvm/include/llvm/ADT/
H A DSTLExtras.h262 template<class IteratorTy>
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
270 template<class IteratorTy>
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End,
/external/clang/include/clang/AST/
H A DUnresolvedSet.h29 typedef DeclsTy::iterator IteratorTy; typedef in class:clang::UnresolvedSetIterator
31 IteratorTy ir;
39 IteratorTy getIterator() const { return ir; }
44 typedef std::iterator_traits<IteratorTy>::difference_type difference_type;
48 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category;

Completed in 424 milliseconds