Searched refs:CheckCXXThisCapture (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 223 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1158 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnLambdaExpressionAfterIntroducer() 1355 CheckCXXThisCapture(SourceLocation(), /*Explicit=*/true, in ActOnLambdaClosureQualifiers()
|
H A D | SemaExprCXX.cpp | 1296 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema 1455 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced() 8635 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
H A D | SemaExpr.cpp | 2408 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup() 6326 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() 6327 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
|
H A D | TreeTransform.h | 14439 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr() 14730 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
|
H A D | SemaOpenMP.cpp | 4556 SemaRef.CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8088 bool CheckCXXThisCapture(
|