Home
last modified time | relevance | path

Searched defs:template_capture_var (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcaptured-statements.cpp55 void template_capture_var() { in template_capture_var() function
84 S template_capture_var(S x, T y) { // expected-note{{variable 'y' declared const here}} in template_capture_var() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp109 void template_capture_var() { in template_capture_var() function