Home
last modified time | relevance | path

Searched refs:PatchText (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Driver/
DToolChains.cpp996 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str(); in Parse() local
997 if (!PatchText.empty()) { in Parse()
998 if (unsigned EndNumber = PatchText.find_first_not_of("0123456789")) { in Parse()
1000 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1003 GoodVersion.PatchSuffix = PatchText.substr(EndNumber).str(); in Parse()