Home | History | Annotate | Download | only in Sema

Lines Matching defs:NewFD

14802         FunctionDecl *NewFD = FunctionDecl::Create(FD->getASTContext(),
14811 NewFD->setQualifierInfo(FD->getQualifierLoc());
14820 NewFD->setParams(Params);
14821 DRE->setDecl(NewFD);