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)) {
119 case GNUstep:
140 case GNUstep: return true;
158 case GNUstep: return getVersion() >= VersionTuple(1, 6);
171 case GNUstep:
205 case GNUstep
[all...]

Completed in 61 milliseconds