Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExtraArgs

6284     ActOnFDArgs &ExtraArgs, bool IsLocalFriend, Scope *S) {
6290 bool IsDefinition = ExtraArgs.D.isFunctionDefinition();
6324 &ExtraArgs.D.getCXXScopeSpec(), Validator,
6327 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
6328 ExtraArgs
6340 bool wasRedeclaration = ExtraArgs.D.isRedeclaration();
6351 // eliminate the need for the parameter pack ExtraArgs.
6353 ExtraArgs.S, ExtraArgs.D,
6355 NewFD->getTypeSourceInfo(), Previous, ExtraArgs.TemplateParamLists,
6356 ExtraArgs.AddToScope);
6380 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
6381 ExtraArgs.D.getIdentifierLoc());
6382 ExtraArgs.D.setRedeclaration(wasRedeclaration);
7434 struct ActOnFDArgs ExtraArgs = { S, D, TemplateParamLists,
7473 *this, Previous, NewFD, ExtraArgs, false, nullptr)) {
7474 AddToScope = ExtraArgs.AddToScope;
7483 *this, Previous, NewFD, ExtraArgs, true, S)) {
7484 AddToScope = ExtraArgs.AddToScope;