Lines Matching defs:FunArgs
125 // Examine DeclExp to find SelfArg and FunArgs, which are used to substitute
136 Ctx.FunArgs = CE->getArgs();
139 Ctx.FunArgs = CE->getArgs();
143 Ctx.FunArgs = CE->getArgs();
152 Ctx.FunArgs = Self;
316 if (Ctx && Ctx->FunArgs) {
322 if (const Expr *const *FunArgs =
323 Ctx->FunArgs.dyn_cast<const Expr *const *>()) {
325 return translate(FunArgs[I], Ctx->Prev);
329 return Ctx->FunArgs.get<til::SExpr *>();
431 LRCallCtx.FunArgs = CE->getArgs();