Searched defs:MatchTwoMethodDeclarations (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp848 !MatchTwoMethodDeclarations(Method, PrevMethod)) {
2174 /// MatchTwoMethodDeclarations - Checks that two methods have matching type and
2177 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, function in class:Sema
2236 if (!MatchTwoMethodDeclarations(Method, List->Method))
2354 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
2368 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
2573 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
2597 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)

Completed in 87 milliseconds