Searched refs:MatchTwoMethodDeclarations (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A 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()
|
H A D | SemaExprObjC.cpp | 1111 if (!S.MatchTwoMethodDeclarations(Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Sema.h | 3181 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Sema.h | 12076 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Sema.h | 4940 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Sema.h | 12307 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Sema.h | 12307 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|