Searched refs:SpecEnd (Results 1 – 2 of 2) sorted by relevance
208 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local209 if (SpecEnd == StringRef::npos) in locateCStrings()211 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()213 if (Str[SpecEnd] == 's') { in locateCStrings()216 SpecPos = SpecEnd + 1; in locateCStrings()
5354 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument5359 if (SpecBegin == SpecEnd) { in getMostSpecialized()5364 return SpecEnd; in getMostSpecialized()5367 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()5376 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()5391 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5413 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5425 return SpecEnd; in getMostSpecialized()