Home | History | Annotate | Download | only in Basic

Lines Matching refs:kind

56   Kind kind;
60 kind = ObjCRuntime::MacOSX;
62 kind = ObjCRuntime::FragileMacOSX;
64 kind = ObjCRuntime::iOS;
69 kind = ObjCRuntime::GNUstep;
71 kind = ObjCRuntime::GCC;
73 kind = ObjCRuntime::ObjFW;
78 TheKind = kind;
86 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))