Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp1266 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1609 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
1688 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedProperties()
1708 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedProperties()
DSemaDeclObjC.cpp1889 IDecl->isObjCRequiresPropertyDefs()) in ImplMethodsVsClassMethods()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h1130 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp314 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl