Searched refs:CheckCXXThisCapture (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 845 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()
|
D | SemaLambda.cpp | 214 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda() 910 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition() 960 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
|
D | SemaExprCXX.cpp | 1074 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()
|
D | TreeTransform.h | 2535 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr() 9352 getSema().CheckCXXThisCapture(E->getLocStart()); in TransformCXXThisExpr() 10262 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr()
|
D | SemaExpr.cpp | 1907 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseEmptyLookup()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 217 !S.CheckCXXThisCapture( in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1024 CheckCXXThisCapture(SourceLocation(), /*Explicit*/true, in ActOnStartOfLambdaDefinition() 1072 CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true, in ActOnStartOfLambdaDefinition()
|
D | SemaExprCXX.cpp | 1233 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()
|
D | SemaExpr.cpp | 2178 CheckCXXThisCapture(R.getNameLoc()); in DiagnoseDependentMemberLookup() 6297 if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false)) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() 6298 S.CheckCXXThisCapture(CallLoc); in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
|
D | TreeTransform.h | 12553 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in TransformLambdaExpr() 12711 getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(), in SkipLambdaBody()
|
D | SemaOpenMP.cpp | 4298 CheckCXXThisCapture(LC.getLocation()); in tryCaptureOpenMPLambdas()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4725 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6013 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,
|