Searched refs:MatchTwoMethodDeclarations (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1777 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods() 3259 bool SemaObjC::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in SemaObjC 3344 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList() 3611 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool() 3625 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in DiagnoseMultipleMethodInGlobalPool() 4027 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd() 4051 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
|
H A D | SemaExprObjC.cpp | 1196 if (!S.ObjC().MatchTwoMethodDeclarations(Method, MatchingMethodDecl, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 453 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|