Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp210 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1324 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
HDSemaExpr.cpp18142 SemaRef.tryCaptureVariable(V, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
18685 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
18984 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
18988 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
18996 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
19006 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
19641 SemaRef.tryCaptureVariable(BD, Loc, Sema::TryCapture_Implicit, in DoMarkBindingDeclReferenced()
HDSemaExprCXX.cpp8613 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8619 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
HDSemaExprObjC.cpp1437 SemaRef.tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
HDTreeTransform.h14521 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
14541 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
14750 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
HDSemaOpenMP.cpp5565 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6636 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
6643 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,