Home | History | Annotate | Download | only in Sema

Lines Matching full:extraargs

686                                ActOnMemberAccessExtraArgs *ExtraArgs) {
710 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr,
730 false, ExtraArgs);
891 ActOnMemberAccessExtraArgs *ExtraArgs) {
959 if (ExtraArgs) {
971 ExtraArgs->S, RetryExpr.get(), OpLoc, tok::arrow, TempSS,
972 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
973 ExtraArgs->HasTrailingLParen);
1653 ActOnMemberAccessExtraArgs ExtraArgs = {S, Id, ObjCImpDecl,
1657 NameInfo, TemplateArgs, &ExtraArgs);