Searched refs:GCOnly (Results 1 – 11 of 11) sorted by relevance
54 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
286 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
193 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()1092 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCDeallocChecker()
587 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
2209 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2682 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2699 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
480 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
2406 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()2528 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()3674 case LangOptions::GCOnly: in ModuleInitFunction()
1914 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
4925 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()6072 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
787 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
2406 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()