Home | History | Annotate | Download | only in AST

Lines Matching defs:setNumArgs

1177 /// setNumArgs - This changes the number of arguments present in this call.
1180 void CallExpr::setNumArgs(const ASTContext& C, unsigned NumArgs) {
3445 setNumArgs(Args.size());