Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewD

5077   NamedDecl *NewD = 0;
5091 NewD = NewFD;
5110 NewD = VarDecl::Create(VD->getASTContext(), VD->getDeclContext(),
5116 VarDecl *NewVD = cast<VarDecl>(NewD);
5120 return NewD;
5130 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation());
5131 NewD->addAttr(::new (Context) AliasAttr(W.getLocation(), Context,
5133 NewD->addAttr(::new (Context) WeakAttr(W.getLocation(), Context));
5134 WeakTopLevelDecl.push_back(NewD);
5139 PushOnScopeChains(NewD, S);