Home | History | Annotate | Download | only in Sema

Lines Matching defs:OldD

913     NamedDecl *OldD = *I;
916 if (isa<UsingShadowDecl>(OldD)) {
923 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
935 if (FunctionDecl *OldF = OldD->getAsFunction()) {
942 if (!isa<FunctionTemplateDecl>(OldD) &&
949 } else if (isa<UsingDecl>(OldD)) {
953 } else if (isa<TagDecl>(OldD)) {
955 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {