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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp928 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not
930 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, function
966 if (mustSynthesizeSetterGetterMethod(IMD, PD, true /*getter*/)) {
1023 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
7223 if (mustSynthesizeSetterGetterMethod(IDecl, PD, true /*getter*/))
7228 if (mustSynthesizeSetterGetterMethod(IDecl, PD, false /*setter*/))

Completed in 76 milliseconds