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;
752 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; }
  /external/clang/lib/Basic/
TargetInfo.cpp 96 PlatformMinVersion = VersionTuple();
Targets.cpp 90 VersionTuple &PlatformMinVersion) {
136 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
171 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
181 this->PlatformMinVersion);
    [all...]

Completed in 1455 milliseconds