Home | History | Annotate | Download | only in Sema

Lines Matching defs:ExtraArgs

5417     ActOnFDArgs &ExtraArgs) {
5427 ExtraArgs.D.getDeclSpec().isFriendSpecified());
5459 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(),
5460 ExtraArgs.D.getIdentifierLoc());
5472 bool wasRedeclaration = ExtraArgs.D.isRedeclaration();
5475 // eliminate the need for the parameter pack ExtraArgs.
5477 ExtraArgs.S, ExtraArgs.D,
5479 NewFD->getTypeSourceInfo(), Previous, ExtraArgs.TemplateParamLists,
5480 ExtraArgs.AddToScope);
5483 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(),
5484 ExtraArgs.D.getIdentifierLoc());
5485 ExtraArgs.D.setRedeclaration(wasRedeclaration);
5512 CXXScopeSpec &SS = ExtraArgs.D.getCXXScopeSpec();
6385 struct ActOnFDArgs ExtraArgs = { S, D, TemplateParamLists,
6425 ExtraArgs)) {
6426 AddToScope = ExtraArgs.AddToScope;
6436 ExtraArgs)) {
6437 AddToScope = ExtraArgs.AddToScope;