/external/clang/include/clang/Basic/ |
D | LangOptions.h | 52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSuperDeallocChecker.cpp | 291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
|
D | CheckObjCDealloc.cpp | 199 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in checkASTDecl() 1065 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCDeallocChecker()
|
D | RetainCountChecker.cpp | 1843 case LangOptions::GCOnly: in addGCModeDescription() 3999 RetainSummaryManager M(Ctx, L.GCOnly, L.ObjCAutoRefCount);\
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.h | 59 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 192 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE() 1094 return LO.getGC() != LangOptions::GCOnly && !LO.ObjCAutoRefCount; in shouldRegisterObjCDeallocChecker()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 588 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 592 if (OrigGCMode == LangOptions::GCOnly && NoFinalizeRemoval) in getAllTransformations()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 687 case LangOptions::GCOnly: in RunPathSensitiveChecks()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2038 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis() 2506 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes() 2523 && getLangOpts().getGC() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
|
D | SemaDeclObjC.cpp | 411 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 2270 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis() 2803 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes() 2820 getLangOpts().getGC() == LangOptions::GCOnly && in CheckObjCPropertyAttributes()
|
D | SemaDeclObjC.cpp | 481 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1272 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper() 1380 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend() 2545 case LangOptions::GCOnly: in ModuleInitFunction()
|
D | CGBlocks.cpp | 2280 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
|
D | CGObjC.cpp | 690 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
|
D | CGObjCMac.cpp | 4552 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo() 5779 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2517 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper() 2637 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend() 3787 case LangOptions::GCOnly: in ModuleInitFunction()
|
D | CGDecl.cpp | 2062 CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in EmitAutoVarCleanups()
|
D | CGObjCMac.cpp | 5164 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo() 6305 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
|
D | CGObjC.cpp | 937 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1731 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2746 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
|