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

  /external/clang/include/clang/Basic/
TargetInfo.h 92 mutable VersionTuple PlatformMinVersion;
666 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; }
  /external/clang/lib/Basic/
TargetInfo.cpp 91 PlatformMinVersion = VersionTuple();
Targets.cpp 90 VersionTuple &PlatformMinVersion) {
134 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
165 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
175 this->PlatformMinVersion);
    [all...]

Completed in 2875 milliseconds