Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp198 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
1085 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h96 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2249 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2782 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2797 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
H A DSemaDeclObjC.cpp488 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2742 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
2856 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
4071 case LangOptions::GCOnly: in ModuleInitFunction()
H A DCGDecl.cpp2241 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
H A DCGObjCMac.cpp5015 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
6151 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
H A DCGObjC.cpp944 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3806 if (Opts.GC == LangOptions::GCOnly) in GenerateLangArgs()
4220 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()