Home | History | Annotate | Download | only in Sema

Lines Matching refs:Redecl

7926     const TagDecl *Redecl = Previous->getDefinition() ?
7928 if (Redecl->getTagKind() == NewTag) {
7935 Diag(Redecl->getLocation(), diag::note_previous_use);
7940 << (Redecl->getTagKind() == TTK_Class)
7942 Redecl->getTagKind() == TTK_Class? "class" : "struct");
8048 RedeclarationKind Redecl = ForRedeclaration;
8050 Redecl = NotForRedeclaration;
8052 LookupResult Previous(*this, Name, NameLoc, LookupTagName, Redecl);