Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h778 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl() function