Lines Matching refs:Arg
1471 Expr *Arg = OldMsg->getArg(i);
1472 if (isa<OpaqueValueExpr>(Arg))
1473 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
1474 Arg = cast<Expr>(RewriteFunctionBodyOrGlobalInitializer(Arg));
1475 Args.push_back(Arg);
1555 Expr *Arg = OldMsg->getArg(i);
1556 if (isa<OpaqueValueExpr>(Arg))
1557 Arg = cast<OpaqueValueExpr>(Arg)->getSourceExpr();
1558 Arg = cast<Expr>(RewriteFunctionBodyOrGlobalInitializer(Arg));
1559 Args.push_back(Arg);
1912 buf += "try {\n\tstruct _SYNC_EXIT { _SYNC_EXIT(id arg) : sync_exit(arg) {}";
3172 std::string ArgName = "arg"; ArgName += utostr(i);
3178 std::string ArgName = "arg"; ArgName += utostr(i);
3193 str += ", arg"; str += utostr(i);
3197 str += ", arg"; str += utostr(i);
3209 str += ", arg"; str += utostr(i);
3213 str += ", arg"; str += utostr(i);
5422 DeclRefExpr *Arg = new (Context) DeclRefExpr(FD, false, FD->getType(),
5425 CK_BitCast, Arg);
5466 Arg = new (Context) DeclRefExpr(FD, false, FD->getType(),
5469 CK_BitCast, Arg);