Lines Matching refs:Lambda
1481 // expected-error@+4{{lambda cannot be declared 'dllimport'}}1485 auto Lambda = []() __declspec(dllimport) -> bool { return true; };