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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h406 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
413 static bool GetReleaseVersion(const char *Str, unsigned &Major,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.cpp511 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor,
519 if (!Driver::GetReleaseVersion(Version->getValue(), Major, Minor,
H A DDriver.cpp2006 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and return the
2011 bool Driver::GetReleaseVersion(const char *Str, unsigned &Major, function in class:Driver
H A DTools.cpp4700 if (!Driver::GetReleaseVersion(A->getValue(), Version[0],

Completed in 126 milliseconds