Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp406 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl
417 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
2048 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl
2058 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1090 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function
1801 void collectPropertiesToImplement(PropertyMap &PM) const override;
2294 void collectPropertiesToImplement(PropertyMap &PM) const override;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp380 InterfaceD->collectPropertiesToImplement(PropMap); in visit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1825 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()
1890 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()
2046 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()