Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1575 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1988 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2024 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
H A DSemaDeclObjC.cpp3009 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1823 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp433 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl