Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 370 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl 384 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement() 1853 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl 1866 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1033 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function 1707 void collectPropertiesToImplement(PropertyMap &PM, 2140 void collectPropertiesToImplement(PropertyMap &PM,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 384 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1608 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1673 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties() 1824 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()
|