Home
last modified time | relevance | path

Searched refs:isObjCRequiresPropertyDefs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp1576 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1991 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2027 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
H A DSemaDeclObjC.cpp3002 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1806 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp436 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl