Searched defs:GNUstep (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DObjCRuntime.h48 /// 'gnustep' is the modern non-fragile GNUstep runtime.
49 GNUstep, enumerator in enum:clang::ObjCRuntime::Kind
81 case GNUstep: return true;
94 // The GNUstep runtime uses a newer dispatch method by default from
96 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
107 /// \brief Is this runtime basically of the GNUstep family of runtimes?
115 case GNUstep:
136 case GNUstep: return true;
154 case GNUstep: return getVersion() >= VersionTuple(1, 6);
186 case GNUstep
[all...]

Completed in 131 milliseconds