Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 394 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl 408 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement() 1980 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl 1992 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1088 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function 1781 void collectPropertiesToImplement(PropertyMap &PM, 2237 void collectPropertiesToImplement(PropertyMap &PM,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
|
| /freebsd-13.1/contrib/llvm-project/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()
|