Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp110 void template_capture_var() { in template_capture_var() function