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