HomeSort by relevance Sort by last modified time
    Searched refs:GetReleaseVersion (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Driver/
Driver.h 422 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
429 static bool GetReleaseVersion(const char *Str, unsigned &Major,
  /external/clang/lib/Driver/
ToolChains.cpp 557 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor,
564 if (!Driver::GetReleaseVersion(iOSVersion->getValue(), Major, Minor,
    [all...]
Driver.cpp     [all...]
Tools.cpp     [all...]

Completed in 37 milliseconds