Home | History | Annotate | Download | only in Sema

Lines Matching refs:MatchTwoMethodDeclarations

776     if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
2038 /// MatchTwoMethodDeclarations - Checks that two methods have matching type and
2041 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left,
2089 if (!MatchTwoMethodDeclarations(Method, List->Method))
2209 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
2223 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
2341 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
2365 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)