Lines Matching defs:NewFD
7496 auto *NewFD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl());
7497 if (!NewFD) {
7503 if (FD->getCanonicalDecl() == NewFD->getCanonicalDecl()) {
7513 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType());
7517 << NewFD->getType() << FD->getType() << (NumAppendArgs ? 1 : 0)
7523 setPrototype(SemaRef, FD, NewFD, NewType);
7524 else if (NewFD->getType()->isFunctionNoProtoType())
7525 setPrototype(SemaRef, NewFD, FD, NewType);
7530 if (NewFD->hasAttrs() && NewFD->hasAttr<OMPDeclareVariantAttr>()) {
7535 NewFD->specific_attr_begin<OMPDeclareVariantAttr>()->getRange();
7583 << (NewFD->isConsteval() ? ConstevalFuncs : ConstexprFuncs);
7589 FD, NewFD, PartialDiagnostic::NullDiagnostic(),