Searched refs:GCOnly (Results 1 – 9 of 9) 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()
96 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
2249 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2782 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2797 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
488 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
2742 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()2856 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()4071 case LangOptions::GCOnly: in ModuleInitFunction()
2241 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
5015 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()6151 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
944 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
3806 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()4220 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()