Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp206 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1267 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18507 SemaRef.tryCaptureVariable(V, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
19046 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
19293 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
19297 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
19305 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
19315 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
19928 SemaRef.tryCaptureVariable(BD, Loc, Sema::TryCapture_Implicit, in DoMarkBindingDeclReferenced()
H A DSemaExprCXX.cpp8316 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8322 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1423 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.h13420 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
13440 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
13516 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
H A DSemaOpenMP.cpp5760 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5471 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
5478 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,