Searched refs:MatchTwoMethodDeclarations (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1673 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods() 3142 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in Sema 3223 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() 3485 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool() 3499 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in DiagnoseMultipleMethodInGlobalPool() 3725 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd() 3749 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
|
D | SemaExprObjC.cpp | 1111 if (!S.MatchTwoMethodDeclarations(Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3181 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|