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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h383 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
390 static bool GetReleaseVersion(const char *Str, unsigned &Major,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp497 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor,
505 if (!Driver::GetReleaseVersion(Version->getValue(), Major, Minor,
H A DDriver.cpp1797 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and return the
1802 bool Driver::GetReleaseVersion(const char *Str, unsigned &Major, function in class:Driver
H A DTools.cpp4349 if (!Driver::GetReleaseVersion(A->getValue(), Version[0],

Completed in 89 milliseconds