Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp911 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod() function
946 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) { in RewritePropertyImplDecl()
1003 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/)) in RewritePropertyImplDecl()
7042 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/)) in RewriteObjCClassMetaData()
7047 if (mustSynthesizeSetterGetterMethod(IDecl, PD, false /*setter*/)) in RewriteObjCClassMetaData()