Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewFD

3889     FunctionDecl *NewFD;
3894 NewFD = FunctionDecl::Create(FD->getASTContext(), FD->getDeclContext(),
3901 NewD = NewFD;
3904 NewFD->setQualifierInfo(FD->getQualifierLoc());
3913 ParmVarDecl *Param = BuildParmVarDeclForTypedef(NewFD, Loc, *AI);
3917 NewFD->setParams(Params);