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 const bool CanCaptureVariable = !S.tryCaptureVariable( in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1351 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp18585 SemaRef.tryCaptureVariable(V, Loc, TryCaptureKind::Implicit, in MarkVarDeclODRUsed()
19136 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
19445 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
19449 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
19457 return !tryCaptureVariable( in NeedToCaptureVariable()
19469 if (tryCaptureVariable(Var, Loc, TryCaptureKind::Implicit, SourceLocation(), in getCapturedDeclRefType()
20127 SemaRef.tryCaptureVariable(BD, Loc, TryCaptureKind::Implicit, in DoMarkBindingDeclReferenced()
H A DSemaExprCXX.cpp7635 if (S.tryCaptureVariable(Var, ExprLoc, TryCaptureKind::Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7641 S.tryCaptureVariable(Var, ExprLoc, TryCaptureKind::Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1432 SemaRef.tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.h15646 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
15671 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
15850 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
H A DSemaOpenMP.cpp5569 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7055 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
7062 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,