reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3918 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) 3918 bool match = PrevMethod ? MatchTwoMethodDeclarations(Method, PrevMethod) 3920 if ((isInterfaceDeclKind && PrevMethod && !match) 3924 Diag(PrevMethod->getLocation(), diag::note_previous_declaration); 3927 if (PrevMethod) { 3928 Method->setAsRedeclaration(PrevMethod); 3933 Diag(PrevMethod->getLocation(), diag::note_previous_declaration);