Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1027 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
1075 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
H A DSemaExprCXX.cpp1241 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1378 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced()
7982 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExpr.cpp2175 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup()
6334 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6335 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
H A DTreeTransform.h12793 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
12951 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
H A DSemaOpenMP.cpp4415 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6160 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,