Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldD

828     NamedDecl *OldD = *I;
831 if (isa<UsingShadowDecl>(OldD)) {
838 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
849 if (FunctionTemplateDecl *OldT = dyn_cast<FunctionTemplateDecl>(OldD)) {
859 } else if (FunctionDecl *OldF = dyn_cast<FunctionDecl>(OldD)) {
869 } else if (isa<UsingDecl>(OldD)) {
873 } else if (isa<TagDecl>(OldD)) {
875 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {