Searched refs:getTrailingStmts (Results 1 – 1 of 1) sorted by relevance
2922 Stmt **getTrailingStmts() { in getTrailingStmts() function2926 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function2927 return const_cast<CallExpr *>(this)->getTrailingStmts(); in getTrailingStmts()2966 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2970 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()2974 getTrailingStmts()[PREARGS_START + I] = PreArg; in setPreArg()3022 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()3023 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()3024 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee()3070 return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START + in getArgs()[all …]