Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp183 ID->isObjCRequiresPropertyDefs()) in visitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1564 !IDecl->isObjCRequiresPropertyDefs()) { in ActOnPropertyImplDecl()
1981 if (!IDecl->isObjCRequiresPropertyDefs()) in DefaultSynthesizeProperties()
2017 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs()) in DiagnoseUnimplementedAccessor()
H A DSemaDeclObjC.cpp3019 !IDecl->isObjCRequiresPropertyDefs(); in ImplMethodsVsClassMethods()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp429 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { in isObjCRequiresPropertyDefs() function in ObjCInterfaceDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1825 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;