Home
last modified time | relevance | path

Searched refs:pointee_iterator (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
Diterator.h229 struct pointee_iterator struct
231 pointee_iterator<WrappedIteratorT>, WrappedIteratorT,
234 pointee_iterator() = default;
236 pointee_iterator(U &&u) in pointee_iterator() function
237 : pointee_iterator::iterator_adaptor_base(std::forward<U &&>(u)) {} in pointee_iterator()
DFoldingSet.h550 typedef pointee_iterator<typename VectorT::iterator> iterator;
554 typedef pointee_iterator<typename VectorT::const_iterator> const_iterator;
/external/llvm/unittests/Support/
DIteratorTest.cpp27 typedef pointee_iterator<SmallVectorImpl<int *>::const_iterator> test_iterator; in TEST()
67 typedef pointee_iterator< in TEST()
/external/clang/include/clang/Driver/
DJob.h170 typedef llvm::pointee_iterator<list_type::iterator> iterator;
171 typedef llvm::pointee_iterator<list_type::const_iterator> const_iterator;
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h229 typedef pointee_iterator<SmallPtrSet<SCC *, 1>::const_iterator> parent_iterator;
/external/llvm/include/llvm/Support/
DGCOV.h259 typedef pointee_iterator<SmallVectorImpl<
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1190 typedef llvm::pointee_iterator<const Matcher<T> *const *> PI;