Searched defs:arg_empty (Results 1 – 7 of 7) sorted by relevance
145 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
214 bool Function::arg_empty() const { in arg_empty() function in Function
176 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
190 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
331 bool Function::arg_empty() const { in arg_empty() function in Function
1163 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function
1313 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function