Lines Matching full:const_iterator
154 const_iterator begin(StringRef path) {
155 const_iterator i;
162 const_iterator end(StringRef path) {
163 const_iterator i;
169 const_iterator &const_iterator::operator++() {
222 const_iterator &const_iterator::operator--() {
252 bool const_iterator::operator==(const const_iterator &RHS) const {
257 bool const_iterator::operator!=(const const_iterator &RHS) const {
261 ptrdiff_t const_iterator::operator-(const const_iterator &RHS) const {
266 const_iterator b = begin(path),
298 const_iterator b = begin(path),
320 const_iterator b = begin(path),
368 for (SmallVectorImpl<StringRef>::const_iterator i = components.begin(),
395 const_iterator begin, const_iterator end) {
439 for (StringRef::const_iterator i = p.begin(),