Searched refs:GCOnly (Results 1 – 10 of 10) sorted by relevance
193 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()1095 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
87 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
586 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
2258 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2791 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2808 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
481 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
2533 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()2651 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()3875 case LangOptions::GCOnly: in ModuleInitFunction()
2084 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
5141 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()6284 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
943 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
3373 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()3716 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()