Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/
H A Dcxx11-lambdas.mm37 int init_capture(T t) { function
H A Dcxx1y-lambdas.mm38 int init_capture(T t) { function
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-compat.cpp52 auto init_capture = [a(0)] {}; // expected-warning {{initialized lambda captures are incompatible w… in __anon14ca30640102() variable
/llvm-project/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp83 void init_capture() { in init_capture() function in C
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp362 void init_capture() { in init_capture() function