Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp133 CD->collectPropertiesToImplement(map); in visitObjCDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp402 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl
413 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
2039 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl
2049 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp379 InterfaceD->collectPropertiesToImplement(PropMap); in visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1091 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function
1803 void collectPropertiesToImplement(PropertyMap &PM) const override;
2297 void collectPropertiesToImplement(PropertyMap &PM) const override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1816 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()
1882 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()
2039 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()