Home
last modified time | relevance | path

Searched refs:tryCaptureVariable (Results 1 – 7 of 7) 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()