Lines Matching refs:PropMap
807 ObjCInterfaceDecl::ProtocolPropertyMap PropMap; in DiagnosePropertyMismatchDeclInProtocols() local
810 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols()
816 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols()
821 if (PropMap.empty()) in DiagnosePropertyMismatchDeclInProtocols()
827 I = PropMap.begin(), E = PropMap.end(); I != E; I++) { in DiagnosePropertyMismatchDeclInProtocols()
1519 ObjCContainerDecl::PropertyMap &PropMap, in CollectImmediateProperties() argument
1525 PropMap[Prop->getIdentifier()] = Prop; in CollectImmediateProperties()
1529 CollectImmediateProperties(Ext, PropMap, SuperPropMap, IncludeProtocols); in CollectImmediateProperties()
1534 CollectImmediateProperties(PI, PropMap, SuperPropMap); in CollectImmediateProperties()
1539 PropMap[Prop->getIdentifier()] = Prop; in CollectImmediateProperties()
1543 CollectImmediateProperties(PI, PropMap, SuperPropMap); in CollectImmediateProperties()
1553 ObjCPropertyDecl *&PropEntry = PropMap[Prop->getIdentifier()]; in CollectImmediateProperties()
1560 CollectImmediateProperties(PI, PropMap, SuperPropMap); in CollectImmediateProperties()
1568 ObjCInterfaceDecl::PropertyMap &PropMap) { in CollectSuperClassPropertyImplementations() argument
1572 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1636 ObjCInterfaceDecl::PropertyMap PropMap; in DefaultSynthesizeProperties() local
1638 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1639 if (PropMap.empty()) in DefaultSynthesizeProperties()
1762 ObjCContainerDecl::PropertyMap PropMap; in DiagnoseUnimplementedProperties() local
1782 CollectImmediateProperties(CDecl, PropMap, NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()
1812 PropMap[PropDecl->getIdentifier()] = PropDecl; in DiagnoseUnimplementedProperties()
1817 if (PropMap.empty()) in DiagnoseUnimplementedProperties()
1843 P = PropMap.begin(), E = PropMap.end(); P != E; ++P) { in DiagnoseUnimplementedProperties()