Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 204 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1228 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
|
H A D | SemaExpr.cpp | 17142 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed() 17652 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema 17891 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 17895 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 17903 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable() 17913 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
|
H A D | SemaExprCXX.cpp | 7960 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 7966 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
H A D | SemaExprObjC.cpp | 1425 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
H A D | TreeTransform.h | 12874 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 12895 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr() 12971 getSema().tryCaptureVariable(CapturedVar, C->getLocation()); in SkipLambdaBody()
|
H A D | SemaOpenMP.cpp | 5373 bool Invalid = Actions.tryCaptureVariable(StartVar, {}, in buildLoopVarFunc()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 5022 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, 5029 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
|