Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp816 Bits |= Capture_ByCopy; in Capture()
829 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
/external/clang/include/clang/AST/
DExprCXX.h1155 Capture_ByCopy = 0x02 enumerator