Searched refs:MatchTwoMethodDeclarations (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 776 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods() 2041 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in Sema 2089 if (!MatchTwoMethodDeclarations(Method, List->Method)) in addMethodToGlobalList() 2209 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in LookupMethodInGlobalPool() 2223 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in LookupMethodInGlobalPool() 2341 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd() 2365 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2514 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,
|