Searched refs:GetReleaseVersion (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
H A DDriver.h405 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
412 static bool GetReleaseVersion(const char *Str, unsigned &Major,
/external/clang/lib/Driver/
H A DToolChains.cpp571 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor,
579 if (!Driver::GetReleaseVersion(Version->getValue(), Major, Minor,
H A DDriver.cpp2050 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and return the
2055 bool Driver::GetReleaseVersion(const char *Str, unsigned &Major, function in class:Driver
H A DTools.cpp5394 if (!Driver::GetReleaseVersion(A->getValue(), Version[0],

Completed in 1097 milliseconds