Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h603 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() argument
605 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
713 bool ByCopy);
1055 bool ByCopy) { in addThisCapture() argument
1057 ByCopy, /*Invalid*/ false)); in addThisCapture()
H A DSema.h6520 bool ByCopy = false);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1262 const bool ByCopy) { in CheckCXXThisCapture() argument
1267 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()
1351 assert((!ByCopy || in CheckCXXThisCapture()
1363 if (ByCopy) { in CheckCXXThisCapture()
1373 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()