Home
last modified time | relevance | path

Searched refs:PropMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp807 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()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp386 ObjCInterfaceDecl::PropertyMap PropMap; in visit() local
388 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
391 I = PropMap.begin(), E = PropMap.end(); I != E; ++I) { in visit()