Home
last modified time | relevance | path

Searched refs:MatchTwoMethodDeclarations (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1780 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods()
3267 bool SemaObjC::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in SemaObjC
3352 bool SameDeclaration = MatchTwoMethodDeclarations(Method, in addMethodToGlobalList()
3613 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in DiagnoseMultipleMethodInGlobalPool()
3627 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in DiagnoseMultipleMethodInGlobalPool()
4029 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
4053 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
H A DSemaExprObjC.cpp1191 if (!S.ObjC().MatchTwoMethodDeclarations(Method, MatchingMethodDecl, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h445 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5246 …MethodDeclarationsEPKNS_14ObjCMethodDeclES3_bb", "clang::Sema::MatchTwoMethodDeclarations(clang::O…