Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp220 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1105 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnLambdaExpressionAfterIntroducer()
1299 CheckCXXThisCapture(SourceLocation(), /*Explicit=*/true, in ActOnLambdaClosureQualifiers()
H A DSemaExprCXX.cpp1299 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1442 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced()
8400 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExpr.cpp2440 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup()
7108 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
7109 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
H A DTreeTransform.h13529 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
13775 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
H A DSemaOpenMP.cpp4765 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6824 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,