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 81 mutable VersionTuple PlatformMinVersion;
728 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; }
  /external/clang/lib/Basic/
TargetInfo.cpp 94 PlatformMinVersion = VersionTuple();
Targets.cpp 90 VersionTuple &PlatformMinVersion) {
137 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
168 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
178 this->PlatformMinVersion);
    [all...]

Completed in 27 milliseconds