Lines Matching defs:Rest
213 StringRef &Rest = Split.second; // The rest of the string.
232 Split = split(Rest, ':');
236 Split = split(Rest, ':');
241 if (!Rest.empty()) {
242 Split = split(Rest, ':');
269 Split = split(Rest, ':');
274 if (!Rest.empty()) {
275 Split = split(Rest, ':');
288 if (Rest.empty())
290 Split = split(Rest, ':');