Searched refs:PatchText (Results 1 – 1 of 1) sorted by relevance
1961 StringRef PatchText = Second.second; in Parse() local1962 if (!PatchText.empty()) { in Parse()1963 if (size_t EndNumber = PatchText.find_first_not_of("0123456789")) { in Parse()1965 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()1968 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()