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);
1108 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); in Parse()1115 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()1141 if (PatchSuffix != RHSPatchSuffix) { in isOlderThan()1145 if (PatchSuffix.empty()) in isOlderThan()1149 return PatchSuffix < RHSPatchSuffix; in isOlderThan()