Home
last modified time | relevance | path

Searched refs:getGCMode (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp102 assert (LOpts.getGCMode() != LangOptions::GCOnly); in checkObjCDealloc()
171 const char* name = LOpts.getGCMode() == LangOptions::NonGC in checkObjCDealloc()
186 const char* name = LOpts.getGCMode() == LangOptions::NonGC in checkObjCDealloc()
243 name = LOpts.getGCMode() == LangOptions::NonGC in checkObjCDealloc()
251 name = LOpts.getGCMode() == LangOptions::NonGC in checkObjCDealloc()
275 if (mgr.getLangOptions().getGCMode() == LangOptions::GCOnly) in checkASTDecl()
DNSAutoreleasePoolChecker.cpp77 if (mgr.getLangOptions().getGCMode() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp84 if ((getLangOptions().getGCMode() != LangOptions::NonGC && in ActOnProperty()
293 if (getLangOptions().getGCMode() != LangOptions::NonGC && in CreatePropertyDecl()
643 getLangOptions().getGCMode() == LangOptions::NonGC) { in ActOnPropertyImplDecl()
712 getLangOptions().getGCMode() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
720 getLangOptions().getGCMode() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1341 if (getLangOptions().getGCMode() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
1399 if (getLangOptions().getGCMode() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis()
1707 if (getLangOptions().getGCMode() != LangOptions::GCOnly) in CheckObjCPropertyAttributes()
1711 if (getLangOptions().getGCMode() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
1722 && getLangOptions().getGCMode() == LangOptions::GCOnly in CheckObjCPropertyAttributes()
DSemaDecl.cpp3946 if (getLangOptions().getGCMode() != LangOptions::NonGC) in CheckVariableDeclaration()
8424 getLangOptions().getGCMode() != LangOptions::NonGC && in ActOnFields()
/external/clang/include/clang/Basic/
DLangOptions.h249 GCMode getGCMode() const { return (GCMode) GC; } in getGCMode() function
/external/clang/lib/CodeGen/
DCGExprAgg.cpp430 if (CGF.getContext().getLangOptions().getGCMode()) in VisitBinAssign()
455 if (CGF.getContext().getLangOptions().getGCMode()) in VisitBinAssign()
1102 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC) { in EmitAggregateCopy()
DCGObjCGNU.cpp747 if ((Opts.getGCMode() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU()
751 if (Opts.getGCMode() != LangOptions::NonGC) { in CGObjCGNU()
975 if (CGM.getLangOptions().getGCMode() == LangOptions::GCOnly) { in GenerateMessageSendSuper()
1085 if (CGM.getLangOptions().getGCMode() == LangOptions::GCOnly) { in GenerateMessageSend()
2180 switch (CGM.getLangOptions().getGCMode()) { in ModuleInitFunction()
DCGObjC.cpp350 if (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly && in GenerateObjCGetter()
564 (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly && in GenerateObjCSetter()
794 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC) in IvarTypeWithAggrGCObjects()
DCGExpr.cpp1207 if (Ctx.getLangOptions().getGCMode() == LangOptions::NonGC) in setObjCGCLValueClass()
1414 getContext().getLangOptions().getGCMode() != LangOptions::NonGC && in EmitUnaryOpLValue()
1675 getContext().getLangOptions().getGCMode() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
DCGObjCMac.cpp1608 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC && in BuildGCBlockLayout()
3389 if (CGM.getLangOptions().getGCMode() != LangOptions::NonGC) in EmitImageInfo()
3391 if (CGM.getLangOptions().getGCMode() == LangOptions::GCOnly) in EmitImageInfo()
3902 if (CGM.getLangOptions().getGCMode() == LangOptions::NonGC && in BuildIvarLayout()
4697 if (CGM.getLangOptions().getGCMode() != LangOptions::GCOnly) { in isVTableDispatchedSelector()
4713 if (CGM.getLangOptions().getGCMode() != LangOptions::NonGC) { in isVTableDispatchedSelector()
DCGDecl.cpp1097 if (getLangOptions().getGCMode() != LangOptions::NonGC && in EmitAutoVarCleanups()
DCGBlocks.cpp1815 if (CGM.getLangOptions().getGCMode() == LangOptions::GCOnly) in enterByrefCleanup()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp346 switch (mgr.getLangOptions().getGCMode()) { in ActionObjCMemChecker()
/external/clang/lib/StaticAnalyzer/Core/
DCFRefCount.cpp2032 switch (TF.getLangOptions().getGCMode()) { in getExtraDescriptiveText()
3646 else if (getLangOptions().getGCMode() == LangOptions::HybridGC) in RegisterChecks()
3650 assert(getLangOptions().getGCMode() == LangOptions::NonGC); in RegisterChecks()
3662 else if (getLangOptions().getGCMode() == LangOptions::HybridGC) in RegisterChecks()
3666 assert(getLangOptions().getGCMode() == LangOptions::NonGC); in RegisterChecks()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp432 if (LangOpts.getGCMode() != LangOptions::NonGC) in InitializePredefinedMacros()
DCompilerInvocation.cpp699 if (Opts.getGCMode() != LangOptions::NonGC) { in LangOptsToArgs()
700 if (Opts.getGCMode() == LangOptions::HybridGC) { in LangOptsToArgs()
703 assert(Opts.getGCMode() == LangOptions::GCOnly && "Invalid GC mode!"); in LangOptsToArgs()
/external/clang/lib/Serialization/
DASTReader.cpp139 if ((PPLangOpts.getGCMode() != 0) != (LangOpts.getGCMode() != 0)) { in ReadLanguageOptions()
141 << LangOpts.getGCMode() << PPLangOpts.getGCMode(); in ReadLanguageOptions()
DASTWriter.cpp1105 Record.push_back(LangOpts.getGCMode()); in WriteLanguageOptions()
/external/clang/lib/Basic/
DTargets.cpp92 if (Opts.getGCMode() != LangOptions::NonGC) in getDarwinDefines()
/external/clang/lib/AST/
DASTContext.cpp4940 if (getLangOptions().getGCMode() == LangOptions::NonGC) in getObjCGCAttrKind()