Lines Matching refs:Getter
3986 if (auto *Getter = PropImpl->getGetterMethodDecl())
3987 if (Getter->isSynthesizedAccessorStub())
3988 OID->addDecl(Getter);
4070 // user-defined setter/getter. It also synthesizes setter/getter methods
4080 // declared setter or getter in current class extension or one
4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl())
4845 if (Getter->getSelector() == Sel &&
4846 Getter->isInstanceMethod() == ObjCMethod->isInstanceMethod()) {
4847 assert(Getter->isSynthesizedAccessorStub() && "autosynth stub expected");