Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
952 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
1000 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
H A DSemaExprMember.cpp1092 CheckCXXThisCapture(Loc); in BuildMemberReferenceExpr()
1836 CheckCXXThisCapture(Loc); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1167 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1291 CheckCXXThisCapture(Loc); in ActOnCXXThis()
7491 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DTreeTransform.h2663 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
10170 getSema().CheckCXXThisCapture(E->getBeginLoc()); in TransformCXXThisExpr()
11109 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
H A DSemaExpr.cpp1867 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseEmptyLookup()
5393 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
5394 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
H A DSemaOverload.cpp13824 CheckCXXThisCapture(Loc); in FixOverloadedFunctionReference()
H A DSemaOpenMP.cpp1628 CheckCXXThisCapture(LC.getLocation()); in isOpenMPCapturedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5145 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,