Lines Matching defs:NewFD
7416 auto *NewFD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl());
7417 if (!NewFD) {
7423 if (FD->getCanonicalDecl() == NewFD->getCanonicalDecl()) {
7433 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType());
7437 << NewFD->getType() << FD->getType() << (NumAppendArgs ? 1 : 0)
7443 setPrototype(SemaRef, FD, NewFD, NewType);
7444 else if (NewFD->getType()->isFunctionNoProtoType())
7445 setPrototype(SemaRef, NewFD, FD, NewType);
7450 if (NewFD->hasAttrs() && NewFD->hasAttr<OMPDeclareVariantAttr>()) {
7455 NewFD->specific_attr_begin<OMPDeclareVariantAttr>()->getRange();
7503 << (NewFD->isConsteval() ? ConstevalFuncs : ConstexprFuncs);
7509 FD, NewFD, PartialDiagnostic::NullDiagnostic(),