Home
last modified time | relevance | path

Searched refs:Capture_ByCopy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h35 Capture_ByCopy = 0x02, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1226 Bits |= Capture_ByCopy; in LambdaCapture()
1234 Bits |= Capture_ByCopy; in LambdaCapture()
1249 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind()