Searched defs:YThisCapture (Results 1 – 1 of 1) sorted by relevance
976 template<class T> struct YThisCapture { struct977 const int x = 10;978 static double d; 979 T t = [](auto a) { return x; }; //expected-error{{'this'}} in __anon59f5a0457402()980 T t2 = [](auto b) { return d; }; in __anon59f5a0457502()981 T t3 = [this](auto a) { in __anon59f5a0457602()986 T t4 = [=](auto a) { in __anon59f5a0457802()991 T t5 = [](auto a) { in __anon59f5a0457a02()