Searched refs:getTrailingStmts (Results 1 – 1 of 1) sorted by relevance
2766 Stmt **getTrailingStmts() { in getTrailingStmts() function2770 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function2771 return const_cast<CallExpr *>(this)->getTrailingStmts(); in getTrailingStmts()2814 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2818 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2822 getTrailingStmts()[PREARGS_START + I] = PreArg; in setPreArg()2882 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2883 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2884 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee()2914 return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START + in getArgs()[all …]