Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp267 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/
DDeclObjC.h606 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1247 void collectPropertiesToImplement(PropertyMap &PM,
1676 void collectPropertiesToImplement(PropertyMap &PM,
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp388 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1471 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1529 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1663 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()