Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExtraArgs

4555     ActOnFDArgs &ExtraArgs) {
4565 ExtraArgs.D.getDeclSpec().isFriendSpecified());
4596 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
4597 ExtraArgs.D.getIdentifierLoc());
4609 bool wasRedeclaration = ExtraArgs.D.isRedeclaration();
4612 // eliminate the need for the parameter pack ExtraArgs.
4614 ExtraArgs.S, ExtraArgs.D,
4616 NewFD->getTypeSourceInfo(), Previous, ExtraArgs.TemplateParamLists,
4617 ExtraArgs.AddToScope);
4620 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
4621 ExtraArgs.D.getIdentifierLoc());
4622 ExtraArgs.D.setRedeclaration(wasRedeclaration);
5512 struct ActOnFDArgs ExtraArgs = { S, D, TemplateParamLists,
5552 ExtraArgs)) {
5553 AddToScope = ExtraArgs.AddToScope;
5563 ExtraArgs)) {
5564 AddToScope = ExtraArgs.AddToScope;