Searched refs:SpecEnd (Results 1 – 2 of 2) sorted by relevance
197 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local198 if (SpecEnd == StringRef::npos) in locateCStrings()200 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()202 if (Str[SpecEnd] == 's') { in locateCStrings()205 SpecPos = SpecEnd + 1; in locateCStrings()
5350 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument5355 if (SpecBegin == SpecEnd) { in getMostSpecialized()5360 return SpecEnd; in getMostSpecialized()5363 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()5372 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()5387 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5409 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5421 return SpecEnd; in getMostSpecialized()