Home | History | Annotate | Download | only in AST

Lines Matching refs:setNumArgs

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