reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 3882   bool MatchTwoMethodDeclarations(const ObjCMethodDecl *Method,

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1759         !MatchTwoMethodDeclarations(Method, PrevMethod)) {
 3306     bool SameDeclaration = MatchTwoMethodDeclarations(Method,
 3568       if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_strict)) {
 3582       if (!MatchTwoMethodDeclarations(Methods[0], Methods[I], MMS_loose) &&
 3918       bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
 3942       bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod)
tools/clang/lib/Sema/SemaExprObjC.cpp
 1135     if (!S.MatchTwoMethodDeclarations(Method,