Home | History | Annotate | Download | only in Sema

Lines Matching defs:OldD

893     NamedDecl *OldD = *I;
896 if (isa<UsingShadowDecl>(OldD)) {
903 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
920 if (FunctionDecl *OldF = OldD->getAsFunction()) {
927 if (!isa<FunctionTemplateDecl>(OldD) &&
934 } else if (isa<UsingDecl>(OldD)) {
938 } else if (isa<TagDecl>(OldD)) {
940 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {