Searched refs:CheckCXXThisCapture (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1031 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition() 1079 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
|
| H A D | SemaExprCXX.cpp | 1258 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema 1395 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced() 8059 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaExpr.cpp | 2185 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup() 6373 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() 6374 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
|
| H A D | TreeTransform.h | 12868 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr() 13026 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
|
| H A D | SemaOpenMP.cpp | 4421 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6227 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,
|