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

References

tools/clang/include/clang/Basic/ObjCRuntime.h
   86     case GNUstep: return true;
  102     if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
  126     case GNUstep:
  150     case GNUstep: return true;
  169     case GNUstep: return getVersion() >= VersionTuple(1, 6);
  204     case GNUstep:
  241     case GNUstep:
  274       case GNUstep:
  308     case GNUstep: return true;
  331     case GNUstep:
  354     case GNUstep: return false;
  368     case GNUstep: return true;
  382     case GNUstep: return true;
  395     case GNUstep:
  411     case GNUstep:
  438     case GNUstep:
tools/clang/lib/Basic/ObjCRuntime.cpp
   38   case ObjCRuntime::GNUstep: out << "gnustep"; break;
   76     kind = ObjCRuntime::GNUstep;
tools/clang/lib/CodeGen/CGException.cpp
  142   case ObjCRuntime::GNUstep:
  194   case ObjCRuntime::GNUstep:
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  235     assert(!isRuntime(ObjCRuntime::GNUstep, 2));
  236     if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) {
  286       if (isRuntime(ObjCRuntime::GNUstep, 2)) {
 2524   bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2);
 2786   bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2);
 3256   if (isRuntime(ObjCRuntime::GNUstep, 2)) {
 4106   case ObjCRuntime::GNUstep:
tools/clang/lib/CodeGen/CGObjCMac.cpp
 7770   case ObjCRuntime::GNUstep:
tools/clang/lib/CodeGen/CodeGenModule.cpp
  182   case ObjCRuntime::GNUstep:
tools/clang/lib/Driver/ToolChain.cpp
  568   return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
tools/clang/lib/Driver/ToolChains/Clang.cpp
 5609     if ((runtime.getKind() == ObjCRuntime::GNUstep) &&
 5710       runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(2, 0));
tools/clang/lib/Frontend/InitPreprocessor.cpp
  650     if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::GNUstep) {