Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h591 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() argument
593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
701 bool ByCopy);
1046 bool ByCopy) { in addThisCapture() argument
1048 ByCopy, /*Invalid*/ false)); in addThisCapture()
H A DSema.h6163 bool ByCopy = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1243 const bool ByCopy) { in CheckCXXThisCapture() argument
1248 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()
1332 assert((!ByCopy || in CheckCXXThisCapture()
1344 if (ByCopy) { in CheckCXXThisCapture()
1354 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()