Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ObjCRuntime

105   if (ExistingLangOpts.ObjCRuntime != LangOpts.ObjCRuntime) {
3702 ObjCRuntime::Kind runtimeKind = (ObjCRuntime::Kind) Record[Idx++];
3704 LangOpts.ObjCRuntime = ObjCRuntime(runtimeKind, runtimeVersion);