Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
61 std::string PatchSuffix; member67 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
1306 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); in Parse()1313 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()1339 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1343 if (PatchSuffix.empty()) in isOlderThan()1347 return PatchSuffix < RHSPatchSuffix; in isOlderThan()