Searched defs:PatchText (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Driver/
H A DToolChains.cpp1157 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); local
1158 if (!PatchText.empty()) {
1159 if (size_t EndNumber = PatchText.find_first_not_of("0123456789")) {
1161 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) ||
1164 GoodVersion.PatchSuffix = PatchText.substr(EndNumber);

Completed in 63 milliseconds