Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h70 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
H A DSema.h3445 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
3452 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1123 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp12262 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, in tryCaptureVariable() function in Sema
12540 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
12544 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
12552 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
12562 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
H A DSemaExprCXX.cpp5949 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
5955 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExprObjC.cpp1134 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
H A DTreeTransform.h9286 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaScope()
9307 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaScope()