Searched refs:GCOnly (Results 1 – 13 of 13) sorted by relevance
52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
199 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in checkASTDecl()1065 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCDeallocChecker()
1843 case LangOptions::GCOnly: in addGCModeDescription()3999 RetainSummaryManager M(Ctx, L.GCOnly, L.ObjCAutoRefCount);\
592 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
687 case LangOptions::GCOnly: in RunPathSensitiveChecks()
2038 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()2506 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()2523 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
411 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
1272 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()1380 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()2545 case LangOptions::GCOnly: in ModuleInitFunction()
2280 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
690 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
4552 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()5779 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
1731 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()