Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2060 std::unique_ptr<ObjCContainerDecl::PropertyMap> LazyMap; in DiagnoseUnimplementedProperties() local
2072 if (!LazyMap) { in DiagnoseUnimplementedProperties()
2074 LazyMap.reset(new ObjCContainerDecl::PropertyMap()); in DiagnoseUnimplementedProperties()
2075 CollectImmediateProperties(CDecl, *LazyMap, NoNeedToImplPropMap, in DiagnoseUnimplementedProperties()
2082 if ((*LazyMap)[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties()