Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h82 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
HDSema.h3572 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
3579 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1119 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
HDSemaExprCXX.cpp6288 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6294 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
HDSemaExpr.cpp12765 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
13062 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
13066 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
13074 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
13084 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
HDSemaExprObjC.cpp1249 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
HDTreeTransform.h9566 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
9587 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()