Home
last modified time | relevance | path

Searched refs:GCOnly (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp192 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
1094 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h83 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransforms.cpp586 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2261 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2794 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2811 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
H A DSemaDeclObjC.cpp481 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2533 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
2651 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
3876 case LangOptions::GCOnly: in ModuleInitFunction()
H A DCGDecl.cpp2080 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
H A DCGObjCMac.cpp5133 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
6275 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
H A DCGObjC.cpp941 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3355 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()
3699 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()