Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h35 Capture_ByCopy = 0x02, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1093 Bits |= Capture_ByCopy; in LambdaCapture()
1101 Bits |= Capture_ByCopy; in LambdaCapture()
1116 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind()