Home | History | Annotate | Download | only in AST

Lines Matching full:getargument

1986   Expr *getArgument() { return cast<Expr>(Argument); }
1987 const Expr *getArgument() const { return cast<Expr>(Argument); }