Home | History | Annotate | Download | only in ast

Lines Matching defs:has_simple_parameters

343   return !scope->is_function_scope() || scope->has_simple_parameters();
484 bool has_simple_parameters = HasSimpleParameters();
502 if (!has_simple_parameters) {
2090 is_sloppy(language_mode()) && has_simple_parameters();