Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 70 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
|
| H A D | Sema.h | 3445 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, 3452 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1123 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaExpr.cpp | 12262 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, in tryCaptureVariable() function in Sema 12540 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 12544 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 12552 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable() 12562 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
|
| H A D | SemaExprCXX.cpp | 5949 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 5955 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaExprObjC.cpp | 1134 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
| H A D | TreeTransform.h | 9286 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaScope() 9307 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaScope()
|