Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h462 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() argument
465 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()
557 Expr *Cpy, bool ByCopy);
879 const bool ByCopy) { in addThisCapture() argument
881 Cpy, ByCopy)); in addThisCapture()
DSema.h4728 bool ByCopy = false);
/external/clang/lib/Sema/
DSemaExprCXX.cpp1034 const bool ByCopy) { in captureThis() argument
1040 if (ByCopy) { in captureThis()
1059 if (ByCopy) { in captureThis()
1076 const bool ByCopy) { in CheckCXXThisCapture() argument
1081 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()