Lines Matching defs:ExtraArgs
8945 ActOnFDArgs &ExtraArgs, bool IsLocalFriend, Scope *S) {
8951 bool IsDefinition = ExtraArgs.D.isFunctionDefinition();
8987 &ExtraArgs.D.getCXXScopeSpec(), CCC, Sema::CTK_ErrorRecovery,
8990 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
8991 ExtraArgs.D.getIdentifierLoc());
9003 bool wasRedeclaration = ExtraArgs.D.isRedeclaration();
9014 // eliminate the need for the parameter pack ExtraArgs.
9016 ExtraArgs.S, ExtraArgs.D,
9018 NewFD->getTypeSourceInfo(), Previous, ExtraArgs.TemplateParamLists,
9019 ExtraArgs.AddToScope);
9045 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
9046 ExtraArgs.D.getIdentifierLoc());
9047 ExtraArgs.D.setRedeclaration(wasRedeclaration);
9080 if (const auto &FTI = ExtraArgs.D.getFunctionTypeInfo(); !NewFDisConst)
10533 struct ActOnFDArgs ExtraArgs = { S, D, TemplateParamLists,
10579 *this, Previous, NewFD, ExtraArgs, false, nullptr)) {
10580 AddToScope = ExtraArgs.AddToScope;
10589 *this, Previous, NewFD, ExtraArgs, true, S)) {
10590 AddToScope = ExtraArgs.AddToScope;