Home
last modified time | relevance | path

Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp207 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1268 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp19161 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 DSemaExprCXX.cpp8378 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8384 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1424 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.h13611 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 DSemaOpenMP.cpp5791 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5597 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
5604 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,