Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1804 ObjCPropertyDecl *&PropEntry = in CollectImmediateProperties() local
1807 if (!PropEntry) in CollectImmediateProperties()
1808 PropEntry = Prop; in CollectImmediateProperties()
1896 for (const auto &PropEntry : PropMap) { in DefaultSynthesizeProperties() local
1897 ObjCPropertyDecl *Prop = PropEntry.second; in DefaultSynthesizeProperties()