Home
last modified time | relevance | path

Searched refs:isCXXThisCaptured (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h720 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function
724 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaLambda.cpp120 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
1082 if (LSI->isCXXThisCaptured()) { in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1132 if (!CurLSI->isCXXThisCaptured()) in adjustCVQualifiersForCXXThisWithinLambda()
1253 assert(!LSI->isCXXThisCaptured()); in buildLambdaThisCaptureFixit()
DSemaExpr.cpp6787 !UME->isImplicitAccess() || CurLSI->isCXXThisCaptured()) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
19017 if (LSI->isCXXThisCaptured() && !Sema.getLangOpts().CPlusPlus20) in buildLambdaCaptureFixit()
DTreeTransform.h14598 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()); in TransformBlockExpr()