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 86 mutable VersionTuple PlatformMinVersion;
572 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; }
  /external/clang/lib/Basic/
TargetInfo.cpp 76 PlatformMinVersion = VersionTuple();
Targets.cpp 81 VersionTuple &PlatformMinVersion) {
153 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
184 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
194 this->PlatformMinVersion);
    [all...]

Completed in 98 milliseconds