Home | History | Annotate | Download | only in Sema

Lines Matching refs:Method1

4175     CXXMethodDecl *Method1 = dyn_cast<CXXMethodDecl>(FD1);
4197 if (!Method2 && Method1 && !Method1->isStatic()) {
4198 // Compare 'this' from Method1 against first parameter from Method2.
4199 AddImplicitObjectParameterType(S.Context, Method1, Args1);
4201 } else if (!Method1 && Method2 && !Method2->isStatic()) {
4202 // Compare 'this' from Method2 against first parameter from Method1.