Lines Matching defs:FunArgs
125 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
136 Ctx.FunArgs = CE->getArgs();
143 Ctx.FunArgs = CE->getArgs() + 1;
146 Ctx.FunArgs = CE->getArgs();
151 Ctx.FunArgs = CE->getArgs();
168 Ctx.FunArgs = Self;
332 if (Ctx && Ctx->FunArgs) {
338 if (const Expr *const *FunArgs =
339 dyn_cast<const Expr *const *>(Ctx->FunArgs)) {
341 return translate(FunArgs[I], Ctx->Prev);
345 return cast<til::SExpr *>(Ctx->FunArgs);
447 LRCallCtx.FunArgs = CE->getArgs();