Home | History | Annotate | Download | only in Sema

Lines Matching refs:MatchTwoMethodDeclarations

1665 MatchTwoMethodDeclarations(Method, PrevMethod)) {
3111 /// MatchTwoMethodDeclarations - Checks that two methods have matching type and
3114 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left,
3174 if (!MatchTwoMethodDeclarations(Method, List->getMethod())) {
3337 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
3351 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
3577 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
3601 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)