Home
last modified time | relevance | path

Searched refs:getTrailingStmts (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2766 Stmt **getTrailingStmts() { in getTrailingStmts() function
2770 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function
2771 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 …]