Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1576 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1991 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2027 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
DSemaDeclObjC.cpp2995 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h1804 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp424 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl