Home
last modified time | relevance | path

Searched refs:TryCapture_Implicit (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DSemaInternal.h83 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
DSema.h3687 TryCapture_Implicit, TryCapture_ExplicitByVal, TryCapture_ExplicitByRef enumerator
3731 TryCaptureKind Kind = TryCapture_Implicit,
/external/clang/lib/Sema/
DSemaLambda.cpp203 clang::Sema::TryCapture_Implicit, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6645 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6651 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaExpr.cpp13464 if (IsTopScope && Kind != Sema::TryCapture_Implicit) { in captureInLambda()
13597 bool Explicit = (Kind != TryCapture_Implicit); in tryCaptureVariable()
13756 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable()
13766 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
DTreeTransform.h10299 = C->isImplicit()? Sema::TryCapture_Implicit in TransformLambdaExpr()