Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp845 !MatchTwoMethodDeclarations(Method, PrevMethod)) { in DiagnoseClassExtensionDupMethods()
2184 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, in MatchTwoMethodDeclarations() function in Sema
2244 if (!MatchTwoMethodDeclarations(Method, List->getMethod())) in addMethodToGlobalList()
2395 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) { in LookupMethodInGlobalPool()
2409 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) && in LookupMethodInGlobalPool()
2616 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
2640 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) in ActOnAtEnd()
H A DSemaExprObjC.cpp995 if (!S.MatchTwoMethodDeclarations(Method, in HelperToDiagnoseMismatchedMethodsInGlobalPool()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2937 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,