Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckObjCDealloc.cpp83 assert (LOpts.getGC() != LangOptions::GCOnly); in checkObjCDealloc()
238 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly) in checkASTDecl()
HDRetainCountChecker.cpp1842 case LangOptions::GCOnly: in addGCModeDescription()
4004 RetainSummaryManager M(Ctx, L.GCOnly, L.ObjCAutoRefCount);\
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransforms.cpp594 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp683 case LangOptions::GCOnly: in RunPathSensitiveChecks()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1879 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
2338 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
2355 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
HDSemaDeclObjC.cpp414 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp1222 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
1328 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend()
2505 case LangOptions::GCOnly: in ModuleInitFunction()
HDCGBlocks.cpp2260 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
HDCGObjC.cpp658 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
HDCGObjCMac.cpp4269 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo()
5529 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp1406 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()