Searched refs:GCOnly (Results 1 – 10 of 10) sorted by relevance
198 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()1085 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
77 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
587 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
2240 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2773 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2788 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
489 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
2641 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()2759 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()3980 case LangOptions::GCOnly: in ModuleInitFunction()
2176 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
5120 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()6250 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
944 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
3596 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()3962 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()