Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp219 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1061 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
1109 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
H A DSemaExprCXX.cpp1263 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1407 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced()
8338 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExpr.cpp2242 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup()
6804 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6805 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
H A DTreeTransform.h13339 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
13496 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
H A DSemaOpenMP.cpp4750 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6672 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,