Lines Matching refs:parameter
8 …id)Arg2; // expected-warning {{'Name2' used as the name of the previous parameter rather than as p…
9 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \
10 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…
12 …id)Arg3; // expected-warning {{'Name3' used as the name of the previous parameter rather than as p…
13 // expected-note {{introduce a parameter name to make 'Name3' part of the selector}} \
14 …// expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an em…
15 …second; // expected-warning {{'second' used as the name of the previous parameter rather than as p…
16 // expected-note {{introduce a parameter name to make 'second' part of the selector}} \
17 …// expected-note {{or insert whitespace before ':' to use 'second' as parameter name and have an e…
24 …)Arg2 {} // expected-warning {{'Name2' used as the name of the previous parameter rather than as p…
25 // expected-note {{introduce a parameter name to make 'Name2' part of the selector}} \
26 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…
28 …)Arg3 {} // expected-warning {{'Name3' used as the name of the previous parameter rather than as p…
29 // expected-note {{introduce a parameter name to make 'Name3' part of the selector}} \
30 …// expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an em…