Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h36 Capture_ByCopy = 0x02, enumerator
/external/clang/lib/AST/
DExprCXX.cpp822 Bits |= Capture_ByCopy; in LambdaCapture()
830 Bits |= Capture_ByCopy; in LambdaCapture()
845 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind()