Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1554 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1970 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2006 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
H A DSemaDeclObjC.cpp3011 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp432 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1826 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;