Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Lambda

1097 // expected-error@+2{{lambda cannot be declared 'dllexport'}}
1099 auto Lambda = []() __declspec(dllexport) -> bool { return true; };