Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1795 ObjCPropertyDecl *&PropEntry = in CollectImmediateProperties() local
1798 if (!PropEntry) in CollectImmediateProperties()
1799 PropEntry = Prop; in CollectImmediateProperties()
1888 for (const auto &PropEntry : PropMap) { in DefaultSynthesizeProperties() local
1889 ObjCPropertyDecl *Prop = PropEntry.second; in DefaultSynthesizeProperties()