Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h560 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function
564 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h700 bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; } in isCXXThisCaptured() function
704 assert(isCXXThisCaptured() && "this has not been captured"); in getCXXThisCapture()
/external/clang/lib/Sema/
DSemaLambda.cpp116 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
931 if (LSI->isCXXThisCaptured()) { in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp907 if (!CurLSI->isCXXThisCaptured()) in adjustCVQualifiersForCXXThisWithinLambda()
DTreeTransform.h11405 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()); in TransformBlockExpr()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp119 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda()
1045 if (LSI->isCXXThisCaptured()) { in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1109 if (!CurLSI->isCXXThisCaptured()) in adjustCVQualifiersForCXXThisWithinLambda()
DTreeTransform.h13810 assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()); in TransformBlockExpr()
DSemaExpr.cpp6280 !UME->isImplicitAccess() || CurLSI->isCXXThisCaptured()) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()