Searched refs:MatchTwoMethodDeclarations (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp818 if (PrevMethod && !MatchTwoMethodDeclarations(Method, PrevMethod)) {
2100 /// MatchTwoMethodDeclarations - Checks that two methods have matching type and
2103 bool Sema::MatchTwoMethodDeclarations(const ObjCMethodDecl *left, function in class:Sema
2162 if (!MatchTwoMethodDeclarations(Method, List->Method))
2282 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
2296 if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
2443 if (!S.MatchTwoMethodDeclarations(TargetMethod,
2543 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
2567 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2702 /// MatchTwoMethodDeclarations - Checks if two methods' type match and returns
2704 bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,

Completed in 189 milliseconds