Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 267 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl 274 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement() 1569 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl 1580 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 606 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function 1247 void collectPropertiesToImplement(PropertyMap &PM, 1676 void collectPropertiesToImplement(PropertyMap &PM,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 388 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1471 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1529 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties() 1663 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()
|