Searched refs:getTrailingStmts (Results 1 – 1 of 1) sorted by relevance
2822 Stmt **getTrailingStmts() { in getTrailingStmts() function2826 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function2827 return const_cast<CallExpr *>(this)->getTrailingStmts(); in getTrailingStmts()2870 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2874 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2878 getTrailingStmts()[PREARGS_START + I] = PreArg; in setPreArg()2938 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2939 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2940 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee()2970 return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START + in getArgs()[all …]