Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 406 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl 420 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement() 2001 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl 2013 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1090 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function 1783 void collectPropertiesToImplement(PropertyMap &PM, 2249 void collectPropertiesToImplement(PropertyMap &PM,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1827 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1893 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties() 2050 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()
|