Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp405 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl
416 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
2042 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl
2052 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1093 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function
1804 void collectPropertiesToImplement(PropertyMap &PM) const override;
2297 void collectPropertiesToImplement(PropertyMap &PM) const override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1805 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()
1871 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()
2028 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()