Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1030 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
1078 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
H A DSemaExprCXX.cpp1260 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1397 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced()
8314 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExpr.cpp2243 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup()
6564 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6565 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
H A DTreeTransform.h13163 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
13321 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
H A DSemaOpenMP.cpp4694 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6517 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,