Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExpr.h2764 Stmt **getTrailingStmts() { in getTrailingStmts() function
2768 Stmt *const *getTrailingStmts() const { in getTrailingStmts() function
2769 return const_cast<CallExpr *>(this)->getTrailingStmts(); in getTrailingStmts()
2812 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()
2816 return getTrailingStmts()[PREARGS_START + I]; in getPreArg()
2820 getTrailingStmts()[PREARGS_START + I] = PreArg; in setPreArg()
2880 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()
2881 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee()
2882 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee()
2912 return reinterpret_cast<Expr **>(getTrailingStmts() + PREARGS_START + in getArgs()
[all …]