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()
6044 UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, in getMostSpecialized() argument6049 if (SpecBegin == SpecEnd) { in getMostSpecialized()6054 return SpecEnd; in getMostSpecialized()6057 if (SpecBegin + 1 == SpecEnd) in getMostSpecialized()6066 for (UnresolvedSetIterator I = SpecBegin + 1; I != SpecEnd; ++I) { in getMostSpecialized()6081 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()6103 for (UnresolvedSetIterator I = SpecBegin; I != SpecEnd; ++I) { in getMostSpecialized()6115 return SpecEnd; in getMostSpecialized()