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 82 mutable VersionTuple PlatformMinVersion;
824 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; }
  /external/clang/lib/Basic/
TargetInfo.cpp 95 PlatformMinVersion = VersionTuple();
Targets.cpp 90 VersionTuple &PlatformMinVersion) {
137 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
183 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
215 this->PlatformMinVersion);
393 this->PlatformMinVersion = VersionTuple(Maj, Min, Rev);
    [all...]

Completed in 60 milliseconds