Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage.cpp186 auto Lam2 = [x = b[c[5]]]() { // expected-note{{used in buffer access here}} testLambdaCapture() local
205 auto Lam2 = [&]() { testLambdaImplicitCapture() local