Searched refs:CapByCopy (Results 1 – 1 of 1) sorted by relevance
1199 bool CapByCopy = DeclAndBits.getInt() & Capture_ByCopy; in getCaptureKind() local1201 return CapByCopy ? LCK_StarThis : LCK_This; in getCaptureKind()1202 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()