reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1131 if (MatchingMethodDecl == Method || 1133 MatchingMethodDecl->getSelector() != Method->getSelector()) 1135 if (!S.MatchTwoMethodDeclarations(Method, 1140 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") 1142 S.Diag(Method->getLocation(), diag::note_method_declared_at) 1143 << Method->getDeclName();