Searched refs:MatchTwoMethodDeclarations (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 848 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods() 2177 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in Sema 2236 if (!MatchTwoMethodDeclarations(Method, List->Method)) in addMethodToGlobalList() 2354 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in LookupMethodInGlobalPool() 2368 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in LookupMethodInGlobalPool() 2573 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd() 2597 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
|
D | SemaExprObjC.cpp | 991 if (!S.MatchTwoMethodDeclarations(Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2836 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|