Searched refs:PatchSuffix (Results 1 – 2 of 2) sorted by relevance
59 std::string PatchSuffix; member65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
1257 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); in Parse()1264 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()1290 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1294 if (PatchSuffix.empty()) in isOlderThan()1298 return PatchSuffix < RHSPatchSuffix; in isOlderThan()