Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h83 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
DSema.h3723 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
3730 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
/external/clang/lib/Sema/
DSemaLambda.cpp201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1107 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp13552 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
13744 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
13748 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
13756 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
13766 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
DSemaExprCXX.cpp6645 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6651 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaExprObjC.cpp1246 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
DTreeTransform.h10334 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
10355 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp204 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
1225 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp17012 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
17391 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema
17627 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema
17631 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable()
17639 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
17649 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
DSemaExprCXX.cpp7885 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7891 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaExprObjC.cpp1425 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
DTreeTransform.h12634 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr()
12655 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
12731 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4879 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind,
4886 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,