Lines Matching defs:NewD
7238 NamedDecl *NewD = nullptr;
7251 NewD = NewFD;
7269 NewD = VarDecl::Create(VD->getASTContext(), VD->getDeclContext(),
7274 cast<VarDecl>(NewD)->setQualifierInfo(VD->getQualifierLoc());
7276 return NewD;
7282 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation());
7283 NewD->addAttr(
7285 NewD->addAttr(WeakAttr::CreateImplicit(Context, W.getLocation()));
7286 WeakTopLevelDecl.push_back(NewD);
7291 NewD->setDeclContext(CurContext);
7292 NewD->setLexicalDeclContext(CurContext);
7293 PushOnScopeChains(NewD, S);