Searched defs:arg_empty (Results 1 – 10 of 10) sorted by relevance
67 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } in arg_empty() function in InterfaceMethod
740 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
225 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
792 bool arg_empty() const { return arg_size() == 0; } in arg_empty() 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
1350 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function
1378 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function