Home | History | Annotate | Download | only in Sema

Lines Matching refs:Method1

3992   CXXMethodDecl *Method1 = 0;
4001 Method1 = dyn_cast<CXXMethodDecl>(FD1);
4003 IsNonStatic1 = Method1 && !Method1->isStatic();
4023 unsigned Skip1 = !S.getLangOpts().CPlusPlus11 && IsNonStatic2 && !Method1;
4025 AddImplicitObjectParameterType(S.Context, Method1, Args1);
4031 if (S.getLangOpts().CPlusPlus11 && IsNonStatic2 && !Method1)