Lines Matching full:rest
289 StringRef &Rest = Split.second; // The rest of the string.
293 if (Error Err = ::split(Rest, ':', Split))
295 Rest = Split.second;
302 } while (!Rest.empty());
331 if (Rest.empty())
334 if (Error Err = ::split(Rest, ':', Split))
343 if (Rest.empty())
346 if (Error Err = ::split(Rest, ':', Split))
360 if (!Rest.empty()) {
361 if (Error Err = ::split(Rest, ':', Split))
370 if (!Rest.empty()) {
371 if (Error Err = ::split(Rest, ':', Split))
409 if (Rest.empty())
412 if (Error Err = ::split(Rest, ':', Split))
431 if (!Rest.empty()) {
432 if (Error Err = ::split(Rest, ':', Split))
459 if (Rest.empty())
461 if (Error Err = ::split(Rest, ':', Split))
514 if (Rest.empty())
516 if (Rest.size() > 1)
518 switch(Rest[0]) {