Lines Matching defs:InstanceMethod
4234 ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs,
4290 InstanceMethod = RelatedClass->lookupMethod(Sel, true);
4291 if (!InstanceMethod) {
4318 ObjCMethodDecl *InstanceMethod = nullptr;
4321 ClassMethod, InstanceMethod, TDNDecl,
4358 if (InstanceMethod) {
4363 if (InstanceMethod->isPropertyAccessor())
4365 InstanceMethod->findPropertyDecl()) {
4370 << SrcType << DestType << InstanceMethod->getSelector() << true
4374 // Provide a fixit: [ObjectExpr InstanceMethod]
4376 ExpressionString += InstanceMethod->getSelector().getAsString();
4380 << SrcType << DestType << InstanceMethod->getSelector() << true
4388 SrcExpr, SrcType, InstanceMethod->getLocation(),
4389 InstanceMethod->getSelector(), InstanceMethod, std::nullopt);