Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h749 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function
753 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp124 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
1131 if (LSI->isCXXThisCaptured()) { in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExprCXX.cpp1166 if (!CurLSI->isCXXThisCaptured()) in adjustCVQualifiersForCXXThisWithinLambda()
1286 assert(!LSI->isCXXThisCaptured()); in buildLambdaThisCaptureFixit()
1475 if (LSI->isCXXThisCaptured()) { in MarkThisReferenced()
H A DSemaExpr.cpp6309 !UME->isImplicitAccess() || CurLSI->isCXXThisCaptured()) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
18656 if (LSI->isCXXThisCaptured() && !Sema.getLangOpts().CPlusPlus20) in buildLambdaCaptureFixit()
H A DTreeTransform.h15919 assert((!blockScope->isCXXThisCaptured() || oldBlock->capturesCXXThis()) && in TransformBlockExpr()
H A DSemaDecl.cpp8309 LSI->isCXXThisCaptured() ? diag::warn_decl_shadow in DiagnoseShadowingLambdaDecls()