Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1805 PropMap[std::make_pair(Prop->getIdentifier(), in CollectImmediateProperties()
1813 CollectImmediateProperties(PI, PropMap, SuperPropMap, in CollectImmediateProperties()
1825 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()
1889 ObjCInterfaceDecl::PropertyMap PropMap; in DefaultSynthesizeProperties() local
1890 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()
1891 if (PropMap.empty()) in DefaultSynthesizeProperties()
1896 for (const auto &PropEntry : PropMap) { in DefaultSynthesizeProperties()
2032 ObjCContainerDecl::PropertyMap PropMap; in DiagnoseUnimplementedProperties() local
2085 PropMap[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties()
2091 if (PropMap.empty()) in DiagnoseUnimplementedProperties()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp379 ObjCInterfaceDecl::PropertyMap PropMap; in visit() local
380 InterfaceD->collectPropertiesToImplement(PropMap); in visit()
382 for (const ObjCPropertyDecl *PD : llvm::make_second_range(PropMap)) { in visit()