Lines Matching full:oldtd
7589 TypeAliasDecl *OldTD = OldDecl->getTemplatedDecl();7591 !Context.hasSameType(OldTD->getUnderlyingType(),7596 << 2 << NewTD->getUnderlyingType() << OldTD->getUnderlyingType();7597 if (OldTD->getLocation().isValid())7598 Diag(OldTD->getLocation(), diag::note_previous_definition);