Searched refs:GCOnly (Results 1 – 10 of 10) sorted by relevance
192 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()1094 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
63 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
588 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
2261 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2794 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2811 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
481 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
2524 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()2644 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()3794 case LangOptions::GCOnly: in ModuleInitFunction()
2068 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
5186 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()6328 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
939 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
3351 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()3671 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()