Searched refs:getTrailingStmts (Results 1 – 1 of 1) sorted by relevance
2864 Stmt **getTrailingStmts() { in getTrailingStmts() function2868 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function2869 return const_cast<CallExpr *>(this)->getTrailingStmts(); in getTrailingStmts()2912 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2916 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2920 getTrailingStmts()[PREARGS_START + I] = PreArg; in setPreArg()2980 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2981 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()2982 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee()3012 return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START + in getArgs()[all …]