Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassMethod

3567                                             ObjCMethodDecl *&ClassMethod,
3606 ClassMethod = RelatedClass->lookupMethod(Sel, false);
3607 if (!ClassMethod) {
3641 ObjCMethodDecl *ClassMethod = nullptr;
3645 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3650 if (ClassMethod) {
3654 ExpressionString += ClassMethod->getSelector().getAsString();
3656 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
3658 << SrcType << DestType << ClassMethod->getSelector() << false
3669 ClassMethod->getLocation(),
3670 ClassMethod->getSelector(), ClassMethod,