Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp918 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind() local
920 return CapByCopy ? LCK_VLAType : LCK_This; in getCaptureKind()
922 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()