Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Diterator.h87 class ReferenceProxy {
92 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function
179 ReferenceProxy operator[](DifferenceTypeT n) {
182 return ReferenceProxy(static_cast<DerivedT *>(this)->operator+(n));
184 ReferenceProxy operator[](DifferenceTypeT n) const {
187 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));