Home | History | Annotate | Download | only in AST

Lines Matching refs:getArgs

977     return reinterpret_cast<SourceLocation*>(getArgs() + getNumArgs());
980 return reinterpret_cast<const SourceLocation*>(getArgs() + getNumArgs());
1280 Expr **getArgs() {
1283 const Expr * const *getArgs() const {
1290 return cast<Expr>(getArgs()[Arg]);
1294 return cast<Expr>(getArgs()[Arg]);
1299 getArgs()[Arg] = ArgExpr;
1321 llvm::makeArrayRef(const_cast<Expr**>(getArgs()),
1357 arg_iterator arg_begin() { return reinterpret_cast<Stmt **>(getArgs()); }
1359 return reinterpret_cast<Stmt **>(getArgs() + NumArgs);
1362 return reinterpret_cast<Stmt const * const*>(getArgs());
1365 return reinterpret_cast<Stmt const * const*>(getArgs() + NumArgs);