Searched refs:PropMap (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 750 ObjCInterfaceDecl::ProtocolPropertyMap PropMap; in DiagnosePropertyMismatchDeclInProtocols() local 753 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols() 759 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols() 764 if (PropMap.empty()) in DiagnosePropertyMismatchDeclInProtocols() 770 I = PropMap.begin(), E = PropMap.end(); I != E; I++) { in DiagnosePropertyMismatchDeclInProtocols() 1422 ObjCContainerDecl::PropertyMap &PropMap, in CollectImmediateProperties() argument 1428 PropMap[Prop->getIdentifier()] = Prop; in CollectImmediateProperties() 1432 CollectImmediateProperties(PI, PropMap, SuperPropMap); in CollectImmediateProperties() 1438 PropMap[Prop->getIdentifier()] = Prop; in CollectImmediateProperties() 1442 CollectImmediateProperties(PI, PropMap, SuperPropMap); in CollectImmediateProperties() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 386 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()
|