Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1116 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind() local
1118 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()
1119 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()