Searched refs:ByCopy (Results 1 – 3 of 3) sorted by relevance
555 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() argument558 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()671 Expr *Cpy, bool ByCopy);1010 const bool ByCopy) { in addThisCapture() argument1012 Cpy, ByCopy)); in addThisCapture()
5148 bool ByCopy = false);
1127 const bool ByCopy) { in captureThis() argument1133 if (ByCopy) { in captureThis()1152 if (ByCopy) { in captureThis()1169 const bool ByCopy) { in CheckCXXThisCapture() argument1174 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()1252 assert((!ByCopy || in CheckCXXThisCapture()1269 ByCopy && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()1278 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()