Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 206 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1267 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaExpr.cpp | 18507 SemaRef.tryCaptureVariable(V, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed() 19046 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema 19293 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 19297 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 19305 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable() 19315 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType() 19928 SemaRef.tryCaptureVariable(BD, Loc, Sema::TryCapture_Implicit, in DoMarkBindingDeclReferenced()
|
| H A D | SemaExprCXX.cpp | 8316 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 8322 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaExprObjC.cpp | 1423 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
| H A D | TreeTransform.h | 13420 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 13440 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr() 13516 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
|
| H A D | SemaOpenMP.cpp | 5760 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5471 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, 5478 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
|