Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp845 CheckCXXThisCapture(loc); in BuildAnonymousStructUnionMemberReference()
1015 if (!CheckCXXThisCapture(Loc, /*Explcit*/false, /*Diagnose*/false)) in BuildMemberReferenceExpr()
1016 CheckCXXThisCapture(Loc); in BuildMemberReferenceExpr()
1147 CheckCXXThisCapture(Loc); in BuildMemberReferenceExpr()
1857 CheckCXXThisCapture(Loc); in BuildImplicitMemberExpr()
DSemaLambda.cpp214 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
910 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
960 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1074 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1196 CheckCXXThisCapture(Loc); in ActOnCXXThis()
6667 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DTreeTransform.h2535 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
9352 getSema().CheckCXXThisCapture(E->getLocStart()); in TransformCXXThisExpr()
10262 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
DSemaExpr.cpp1907 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseEmptyLookup()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1024 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition()
1072 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1233 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() function in Sema
1364 CheckCXXThisCapture(This->getExprLoc()); in MarkThisReferenced()
7907 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaExpr.cpp2178 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup()
6297 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6298 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
DTreeTransform.h12553 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
12711 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
DSemaOpenMP.cpp4298 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
/external/clang/include/clang/Sema/
DSema.h4725 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,
/external/llvm-project/clang/include/clang/Sema/
DSema.h6013 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,