Lines Matching defs:InstanceMethod
4223 ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs,
4279 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
4280 if (!InstanceMethod) {
4307 ObjCMethodDecl *InstanceMethod = nullptr;
4310 ClassMethod, InstanceMethod, TDNDecl,
4347 if (InstanceMethod) {
4352 if (InstanceMethod->isPropertyAccessor())
4354 InstanceMethod->findPropertyDecl()) {
4359 << SrcType << DestType << InstanceMethod->getSelector() << true
4363 // Provide a fixit: [ObjectExpr InstanceMethod]
4365 ExpressionString += InstanceMethod->getSelector().getAsString();
4369 << SrcType << DestType << InstanceMethod->getSelector() << true
4377 SrcExpr, SrcType, InstanceMethod->getLocation(),
4378 InstanceMethod->getSelector(), InstanceMethod, {});