Lines Matching defs:NewD
7557 NamedDecl *NewD = nullptr;
7570 NewD = NewFD;
7588 NewD = VarDecl::Create(VD->getASTContext(), VD->getDeclContext(),
7593 cast<VarDecl>(NewD)->setQualifierInfo(VD->getQualifierLoc());
7595 return NewD;
7601 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation());
7602 NewD->addAttr(
7604 NewD->addAttr(WeakAttr::CreateImplicit(Context, W.getLocation()));
7605 WeakTopLevelDecl.push_back(NewD);
7610 NewD->setDeclContext(CurContext);
7611 NewD->setLexicalDeclContext(CurContext);
7612 PushOnScopeChains(NewD, S);