Searched refs:PropMap (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1716 CollectImmediateProperties(Ext, PropMap, SuperPropMap, in CollectImmediateProperties() 1722 CollectImmediateProperties(PI, PropMap, SuperPropMap, in CollectImmediateProperties() 1752 PropMap[std::make_pair(Prop->getIdentifier(), in CollectImmediateProperties() 1760 CollectImmediateProperties(PI, PropMap, SuperPropMap, in CollectImmediateProperties() 1773 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1837 ObjCInterfaceDecl::PropertyMap PropMap; in DefaultSynthesizeProperties() local 1840 if (PropMap.empty()) in DefaultSynthesizeProperties() 1980 ObjCContainerDecl::PropertyMap PropMap; in DiagnoseUnimplementedProperties() local 2034 PropMap[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties() 2040 if (PropMap.empty()) in DiagnoseUnimplementedProperties() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 382 ObjCInterfaceDecl::PropertyMap PropMap; in visit() local 384 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit() 387 I = PropMap.begin(), E = PropMap.end(); I != E; ++I) { in visit()
|