reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2614 if (match) 2619 match = CheckMethodOverrideParam(*this, ImpMethodDecl, MethodDecl, 2622 if (!match) 2625 if (match) 2626 match = (ImpMethodDecl->isVariadic() == MethodDecl->isVariadic()); 2627 if (match) 2628 match = !(MethodDecl->isClassMethod() && 2631 if (match) {