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

References

tools/clang/include/clang/Basic/ObjCRuntime.h
   84     case GCC: return false;
  125     case GCC:
  149     case GCC: return false;
  168     case GCC: return false;
  202     case GCC:
  239     case GCC:
  307     case GCC: return true;
  326     case GCC:
  353     case GCC: return false;
  367     case GCC: return true;
  381     case GCC: return true;
  437     case GCC:
tools/clang/lib/Basic/ObjCRuntime.cpp
   39   case ObjCRuntime::GCC: out << "gcc"; break;
   78     kind = ObjCRuntime::GCC;
tools/clang/lib/CodeGen/CGException.cpp
  146   case ObjCRuntime::GCC:
  199   case ObjCRuntime::GCC:
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 4111   case ObjCRuntime::GCC:
tools/clang/lib/CodeGen/CGObjCMac.cpp
 7771   case ObjCRuntime::GCC:
tools/clang/lib/CodeGen/CodeGenModule.cpp
  183   case ObjCRuntime::GCC:
tools/clang/lib/Driver/ToolChain.cpp
  568   return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
tools/clang/lib/Driver/ToolChains/Clang.cpp
 5712       runtime = ObjCRuntime(ObjCRuntime::GCC, VersionTuple());