Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 83 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
|
D | Sema.h | 3723 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, 3730 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1107 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
|
D | SemaExpr.cpp | 13552 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()
|
D | SemaExprCXX.cpp | 6645 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 6651 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
D | SemaExprObjC.cpp | 1246 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
D | TreeTransform.h | 10334 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 10355 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
|