Searched refs:SpecEnd (Results 1 – 2 of 2) sorted by relevance
195 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings() local196 if (SpecEnd == StringRef::npos) in locateCStrings()198 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()200 if (Str[SpecEnd] == 's') { in locateCStrings()203 SpecPos = SpecEnd + 1; in locateCStrings()
5749 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument5754 if (SpecBegin == SpecEnd) { in getMostSpecialized()5759 return SpecEnd; in getMostSpecialized()5762 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()5771 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()5786 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5808 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()5820 return SpecEnd; in getMostSpecialized()