Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassMethod

3818                                             ObjCMethodDecl *&ClassMethod,
3857 ClassMethod = RelatedClass->lookupMethod(Sel, false);
3858 if (!ClassMethod) {
3892 ObjCMethodDecl *ClassMethod = nullptr;
3896 ClassMethod, InstanceMethod, TDNDecl, CfToNs))
3901 if (ClassMethod) {
3905 ExpressionString += ClassMethod->getSelector().getAsString();
3907 // Provide a fixit: [RelatedClass ClassMethod SrcExpr]
3909 << SrcType << DestType << ClassMethod->getSelector() << false
3920 ClassMethod->getLocation(),
3921 ClassMethod->getSelector(), ClassMethod,