Searched refs:ByCopy (Results 1 – 3 of 3) sorted by relevance
607 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() argument609 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()717 bool ByCopy);1057 bool ByCopy) { in addThisCapture() argument1059 ByCopy, /*Invalid*/ false)); in addThisCapture()
6675 bool ByCopy = false);
1265 const bool ByCopy) { in CheckCXXThisCapture() argument1270 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()1354 assert((!ByCopy || in CheckCXXThisCapture()1366 if (ByCopy) { in CheckCXXThisCapture()1376 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()