Lines Matching refs:baz
7 int foo, bar, baz;
27 [foo(bar) baz] () {}; // expected-error {{called object type 'int' is not a function}}
28 [foo(bar), baz] () {}; // ok
30 …[foo = bar baz]; // expected-warning {{receiver type 'int'}} expected-warning {{instance method '-…
32 [get(bar) baz]; // expected-warning {{instance method '-baz'}}
33 [get(bar), baz]; // expected-error {{expected body of lambda}}
35 …[foo = bar ++ baz]; // expected-warning {{receiver type 'int'}} expected-warning {{instance method…
36 [foo = bar + baz]; // expected-error {{expected body of lambda}}
37 …[foo = { bar, baz }]; // expected-error {{<initializer_list>}} expected-error {{expected body of l…
38 …[foo = { bar } baz ]; // expected-warning {{receiver type 'int'}} expected-warning {{instance meth…
39 …[foo = { bar }, baz ]; // expected-error {{<initializer_list>}} expected-error {{expected body of …