Searched defs:arg_empty (Results 1 – 3 of 3) sorted by relevance
67 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } in arg_empty() function in InterfaceMethod
775 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
1445 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function