reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3882 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
1759 !MatchTwoMethodDeclarations(Method, PrevMethod)) { 3306 bool SameDeclaration = MatchTwoMethodDeclarations(Method, 3568 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { 3582 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && 3918 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) 3942 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)tools/clang/lib/Sema/SemaExprObjC.cpp
1135 if (!S.MatchTwoMethodDeclarations(Method,