reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1050     case DarwinPlatformKind::MacOS:
 1077   case DarwinPlatformKind::MacOS:
 1302     case DarwinPlatformKind::MacOS:
 1400       return DarwinPlatformKind::MacOS;
 1443     return DarwinPlatform::createOSVersionArg(Darwin::MacOS, OSXVersion);
 1484   if (!Targets[Darwin::MacOS].empty() &&
 1490       Targets[Darwin::MacOS] = "";
 1551     return DarwinPlatform::createFromSDK(Darwin::MacOS,
 1754   if (Platform == MacOS) {
 1798   if (Environment == NativeEnvironment && Platform != MacOS &&
 2301   case MacOS: // Earlier than 10.13.
tools/clang/lib/Driver/ToolChains/Darwin.h
  402     return TargetPlatform == MacOS;