Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldTD

7318         TypeAliasDecl *OldTD = OldDecl->getTemplatedDecl();
7320 !Context.hasSameType(OldTD->getUnderlyingType(),
7325 << 2 << NewTD->getUnderlyingType() << OldTD->getUnderlyingType();
7326 if (OldTD->getLocation().isValid())
7327 Diag(OldTD->getLocation(), diag::note_previous_definition);