reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
16327 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) 16327 if (PrevDecl && isDeclInScope(PrevDecl, EnclosingContext, S) 16328 && !isa<TagDecl>(PrevDecl)) { 16330 Diag(PrevDecl->getLocation(), diag::note_previous_declaration);