Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp210 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1324 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.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()
H A DSemaExprCXX.cpp8613 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8619 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1437 SemaRef.tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.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()
H A DSemaOpenMP.cpp5565 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6636 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
6643 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,