Searched refs:FunArgs (Results 1 – 3 of 3) sorted by relevance
225 const Expr *const *FunArgs; // Function arguments member232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P), in AttrDecl()
176 const Expr* const* FunArgs; // Function arguments member181 FunArgs(nullptr), PrevCtx(nullptr) {} in CallingContext()288 if (CallCtx && CallCtx->FunArgs && in buildSExpr()292 return buildSExpr(CallCtx->FunArgs[i], CallCtx->PrevCtx, NDeref); in buildSExpr()330 LRCallCtx.FunArgs = CMCE->getArgs(); in buildSExpr()356 LRCallCtx.FunArgs = CE->getArgs(); in buildSExpr()498 CallCtx.FunArgs = CE->getArgs(); in buildSExprFromExpr()501 CallCtx.FunArgs = CE->getArgs(); in buildSExprFromExpr()506 CallCtx.FunArgs = CE->getArgs(); in buildSExprFromExpr()
175 if (Ctx && Ctx->FunArgs && FD == Ctx->AttrDecl->getCanonicalDecl()) { in translateDeclRefExpr()178 return translate(Ctx->FunArgs[I], Ctx->Prev); in translateDeclRefExpr()