Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h555 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() argument
558 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()
671 Expr *Cpy, bool ByCopy);
1010 const bool ByCopy) { in addThisCapture() argument
1012 Cpy, ByCopy)); in addThisCapture()
H A DSema.h5148 bool ByCopy = false);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1127 const bool ByCopy) { in captureThis() argument
1133 if (ByCopy) { in captureThis()
1152 if (ByCopy) { in captureThis()
1169 const bool ByCopy) { in CheckCXXThisCapture() argument
1174 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()