Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp848 !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()
DSemaExprObjC.cpp991 if (!S.MatchTwoMethodDeclarations(Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
/external/clang/include/clang/Sema/
DSema.h2836 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,