Searched refs:ByCopy (Results 1 – 3 of 3) sorted by relevance
462 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() argument465 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()557 Expr *Cpy, bool ByCopy);879 const bool ByCopy) { in addThisCapture() argument881 Cpy, ByCopy)); in addThisCapture()
4728 bool ByCopy = false);
1034 const bool ByCopy) { in captureThis() argument1040 if (ByCopy) { in captureThis()1059 if (ByCopy) { in captureThis()1076 const bool ByCopy) { in CheckCXXThisCapture() argument1081 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()1157 assert((!ByCopy || in CheckCXXThisCapture()1174 ByCopy && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()