Home
last modified time | relevance | path

Searched refs:isSynthesizedAccessorStub (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp147 if (M->isSynthesizedAccessorStub()) in checkASTDecl()
DLocalizationChecker.cpp1081 assert(M->isSynthesizedAccessorStub()); in checkASTDecl()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp313 const bool isSynthesizedAccessorStub = false; in BuildMethod() local
359 isPropertyAccessor, isSynthesizedAccessorStub, isImplicitlyDeclared, in BuildMethod()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp784 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl() argument
796 setSynthesizedAccessorStub(isSynthesizedAccessorStub); in ObjCMethodDecl()
814 bool isPropertyAccessor, bool isSynthesizedAccessorStub, in Create() argument
819 isVariadic, isPropertyAccessor, isSynthesizedAccessorStub, in Create()
1336 if (isSynthesizedAccessorStub()) in findPropertyDecl()
1389 assert(isSynthesizedAccessorStub() && "expected an accessor stub"); in findPropertyDecl()
DASTImporter.cpp4193 D->isSynthesizedAccessorStub(), D->isImplicit(), D->isDefined(), in VisitObjCMethodDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h176 bool isSynthesizedAccessorStub = false,
237 bool isSynthesizedAccessorStub = false,
449 bool isSynthesizedAccessorStub() const { in isSynthesizedAccessorStub() function
453 void setSynthesizedAccessorStub(bool isSynthesizedAccessorStub) { in setSynthesizedAccessorStub() argument
454 ObjCMethodDeclBits.IsSynthesizedAccessorStub = isSynthesizedAccessorStub; in setSynthesizedAccessorStub()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2161 if ((!getterImpl || getterImpl->isSynthesizedAccessorStub()) && in diagnoseNullResettableSynthesizedSetters()
2162 (!setterImpl || setterImpl->isSynthesizedAccessorStub())) { in diagnoseNullResettableSynthesizedSetters()
2204 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2206 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2232 if (GetterMethod && GetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2234 if (SetterMethod && SetterMethod->isSynthesizedAccessorStub()) in AtomicPropertySetterGetterRules()
2278 if (IM && !IM->isSynthesizedAccessorStub()) in DiagnoseOwningPropertyGetterSynthesis()
DSemaDeclObjC.cpp2842 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
2871 if (ImpMethodDecl->isSynthesizedAccessorStub()) in MatchAllMethodDeclarations()
3987 if (Getter->isSynthesizedAccessorStub()) in ActOnAtEnd()
3990 if (Setter->isSynthesizedAccessorStub()) in ActOnAtEnd()
4839 assert(Setter->isSynthesizedAccessorStub() && "autosynth stub expected"); in ActOnMethodDeclaration()
4845 assert(Getter->isSynthesizedAccessorStub() && "autosynth stub expected"); in ActOnMethodDeclaration()
5330 if (CurMethod->isSynthesizedAccessorStub()) in DiagnoseUnusedBackingIvarInAccessor()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp751 if (MD->isSynthesizedAccessorStub()) { in createObjCPropertyGetter()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp80 !MD->isSynthesizedAccessorStub(); in hasUserDefined()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7753 const bool isSynthesizedAccessorStub = false; in AddObjCClassProperty() local
7767 getter->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddObjCClassProperty()
7795 const bool isSynthesizedAccessorStub = false; in AddObjCClassProperty() local
7809 setter->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddObjCClassProperty()
7916 const bool isSynthesizedAccessorStub = false; in AddMethodToObjCObjectType() local
7938 objc_method_decl->setSynthesizedAccessorStub(isSynthesizedAccessorStub); in AddMethodToObjCObjectType()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5414 if (!Getter || Getter->isSynthesizedAccessorStub()) in EmitObjCPropertyImplementations()
5418 if (!PD->isReadOnly() && (!Setter || Setter->isSynthesizedAccessorStub())) in EmitObjCPropertyImplementations()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp695 Record.push_back(D->isSynthesizedAccessorStub()); in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp914 return !OMD || OMD->isSynthesizedAccessorStub(); in mustSynthesizeSetterGetterMethod()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp640 if (OMD->isSynthesizedAccessorStub()) in VisitDeclContext()