Home | History | Annotate | Download | only in Sema

Lines Matching refs:LazyMap

1838     std::unique_ptr<ObjCContainerDecl::PropertyMap> LazyMap;
1850 if (!LazyMap) {
1852 LazyMap.reset(new ObjCContainerDecl::PropertyMap());
1853 CollectImmediateProperties(CDecl, *LazyMap, NoNeedToImplPropMap,
1860 if ((*LazyMap)[std::make_pair(PropDecl->getIdentifier(),