Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp1591 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
2001 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2037 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
HDSemaDeclObjC.cpp2985 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp422 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1842 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;