Home | History | Annotate | Download | only in Sema

Lines Matching defs:OldD

904     NamedDecl *OldD = *I;
907 if (isa<UsingShadowDecl>(OldD)) {
914 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
925 if (FunctionTemplateDecl *OldT = dyn_cast<FunctionTemplateDecl>(OldD)) {
935 } else if (FunctionDecl *OldF = dyn_cast<FunctionDecl>(OldD)) {
945 } else if (isa<UsingDecl>(OldD)) {
949 } else if (isa<TagDecl>(OldD)) {
951 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {