Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 210 const bool CanCaptureVariable = !S.tryCaptureVariable( in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1351 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnLambdaExpressionAfterIntroducer()
|
| H A D | SemaExpr.cpp | 18585 SemaRef.tryCaptureVariable(V, Loc, TryCaptureKind::Implicit, in MarkVarDeclODRUsed() 19136 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema 19445 bool Sema::tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 19449 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 19457 return !tryCaptureVariable( in NeedToCaptureVariable() 19469 if (tryCaptureVariable(Var, Loc, TryCaptureKind::Implicit, SourceLocation(), in getCapturedDeclRefType() 20127 SemaRef.tryCaptureVariable(BD, Loc, TryCaptureKind::Implicit, in DoMarkBindingDeclReferenced()
|
| H A D | SemaExprCXX.cpp | 7635 if (S.tryCaptureVariable(Var, ExprLoc, TryCaptureKind::Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 7641 S.tryCaptureVariable(Var, ExprLoc, TryCaptureKind::Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| H A D | SemaExprObjC.cpp | 1432 SemaRef.tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
| H A D | TreeTransform.h | 15646 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 15671 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr() 15850 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
|
| H A D | SemaOpenMP.cpp | 5569 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7055 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc, 7062 bool tryCaptureVariable(ValueDecl *Var, SourceLocation Loc,
|