Searched refs:PropMap (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1770 CollectImmediateProperties(Ext, PropMap, SuperPropMap, in CollectImmediateProperties() 1776 CollectImmediateProperties(PI, PropMap, SuperPropMap, in CollectImmediateProperties() 1806 PropMap[std::make_pair(Prop->getIdentifier(), in CollectImmediateProperties() 1814 CollectImmediateProperties(PI, PropMap, SuperPropMap, in CollectImmediateProperties() 1827 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1891 ObjCInterfaceDecl::PropertyMap PropMap; in DefaultSynthesizeProperties() local 1894 if (PropMap.empty()) in DefaultSynthesizeProperties() 2035 ObjCContainerDecl::PropertyMap PropMap; in DiagnoseUnimplementedProperties() local 2089 PropMap[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties() 2095 if (PropMap.empty()) in DiagnoseUnimplementedProperties() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 381 ObjCInterfaceDecl::PropertyMap PropMap; in visit() local 383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit() 386 I = PropMap.begin(), E = PropMap.end(); I != E; ++I) { in visit()
|