Searched refs:SpecEnd (Results 1 – 3 of 3) sorted by relevance
211 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local212 if (SpecEnd == StringRef::npos) in locateCStrings()214 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()216 if (Str[SpecEnd] == 's') { in locateCStrings()219 SpecPos = SpecEnd + 1; in locateCStrings()
4429 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument4434 if (SpecBegin == SpecEnd) { in getMostSpecialized()4439 return SpecEnd; in getMostSpecialized()4442 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()4451 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()4466 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()4488 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()4500 return SpecEnd; in getMostSpecialized()
5364 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument5369 if (SpecBegin == SpecEnd) { in getMostSpecialized()5374 return SpecEnd; in getMostSpecialized()5377 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()5386 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()5401 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5423 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5435 return SpecEnd; in getMostSpecialized()