Home
last modified time | relevance | path

Searched defs:IteratorImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h92 friend class IteratorImpl; variable
108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() function
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp246 struct IteratorImpl { struct
251 template struct Foo::IteratorImpl<int>; member in test11::Foo
252 template struct Foo::IteratorImpl<long>; member in test11::Foo