Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 207 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1268 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
|
| H A D | SemaExpr.cpp | 19161 SemaRef.tryCaptureVariable(V, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed() 19709 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema 19988 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 19992 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 20000 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable() 20010 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType() 20646 SemaRef.tryCaptureVariable(BD, Loc, Sema::TryCapture_Implicit, in DoMarkBindingDeclReferenced()
|
| H A D | SemaExprCXX.cpp | 8378 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 8384 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaExprObjC.cpp | 1424 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
| H A D | TreeTransform.h | 13611 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 13631 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr() 13795 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
|
| H A D | SemaOpenMP.cpp | 5791 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5597 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, 5604 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
|