Home | History | Annotate | Download | only in Sema

Lines Matching refs:MatchTwoMethodDeclarations

802     if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
2080 /// MatchTwoMethodDeclarations - Checks that two methods have matching type and
2083 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left,
2142 if (!MatchTwoMethodDeclarations(Method, List->Method))
2262 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
2276 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
2423 if (!S.MatchTwoMethodDeclarations(TargetMethod,
2523 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
2547 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)