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 __anon8df1c2c07402()980 T t2 = [](auto b) { return d; }; in __anon8df1c2c07502()981 T t3 = [this](auto a) { in __anon8df1c2c07602()986 T t4 = [=](auto a) { in __anon8df1c2c07802()991 T t5 = [](auto a) { in __anon8df1c2c07a02()