Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DUnresolvedSet.h31 typedef DeclsTy::iterator IteratorTy; typedef
33 IteratorTy ir;
42 IteratorTy getIterator() const { return ir; } in getIterator()
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/
DSTLExtras.h272 template<class IteratorTy>
273 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { in array_pod_sort()
280 template<class IteratorTy>
281 inline void array_pod_sort(IteratorTy Start, IteratorTy End, in array_pod_sort()