Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp204 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1231 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18198 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
18714 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
18953 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
18957 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
18965 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
18975 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
H A DSemaExprCXX.cpp8292 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8298 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1425 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.h13244 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
13265 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
13341 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
H A DSemaOpenMP.cpp5689 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5331 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
5338 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,