Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2042 std::unique_ptr<ObjCContainerDecl::PropertyMap> LazyMap; in DiagnoseUnimplementedProperties() local
2054 if (!LazyMap) { in DiagnoseUnimplementedProperties()
2056 LazyMap.reset(new ObjCContainerDecl::PropertyMap()); in DiagnoseUnimplementedProperties()
2057 CollectImmediateProperties(CDecl, *LazyMap, NoNeedToImplPropMap, in DiagnoseUnimplementedProperties()
2064 if ((*LazyMap)[std::make_pair(PropDecl->getIdentifier(), in DiagnoseUnimplementedProperties()