Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DLambdaCapture.h35 Capture_ByCopy = 0x02, enumerator
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1099 Bits |= Capture_ByCopy; in LambdaCapture()
1107 Bits |= Capture_ByCopy; in LambdaCapture()
1122 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind()