Searched refs:Method2 (Results 1 – 1 of 1) sorted by relevance
4178 CXXMethodDecl *Method2 = dyn_cast<CXXMethodDecl>(FD2); in isAtLeastAsSpecializedAs() local4199 if (!Method2 && Method1 && !Method1->isStatic()) { in isAtLeastAsSpecializedAs()4203 } else if (!Method1 && Method2 && !Method2->isStatic()) { in isAtLeastAsSpecializedAs()4205 AddImplicitObjectParameterType(S.Context, Method2, Args2); in isAtLeastAsSpecializedAs()