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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp906 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not
908 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, function
943 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1000 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
7039 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/))
7044 if (mustSynthesizeSetterGetterMethod(IDecl, PD, false /*setter*/))

Completed in 149 milliseconds