Searched defs:arg_empty (Results 1 – 4 of 4) sorted by relevance
161 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
177 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
304 bool Function::arg_empty() const { in arg_empty() function in Function
1088 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function