Searched refs:tryCaptureVariable (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | SemaInternal.h | 82 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed()
|
| HD | Sema.h | 3572 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, 3579 bool tryCaptureVariable(VarDecl *Var, SourceLocation Loc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 201 !S.tryCaptureVariable(VarToCapture, in getStackIndexOfNearestEnclosingCaptureCapableLambda() 1119 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc); in ActOnStartOfLambdaDefinition()
|
| HD | SemaExprCXX.cpp | 6288 if (S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 6294 S.tryCaptureVariable(Var, ExprLoc, S.TryCapture_Implicit, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| HD | SemaExpr.cpp | 12765 bool Sema::tryCaptureVariable( in tryCaptureVariable() function in Sema 13062 bool Sema::tryCaptureVariable(VarDecl *Var, SourceLocation Loc, in tryCaptureVariable() function in Sema 13066 return tryCaptureVariable(Var, Loc, Kind, EllipsisLoc, in tryCaptureVariable() 13074 return !tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in NeedToCaptureVariable() 13084 if (tryCaptureVariable(Var, Loc, TryCapture_Implicit, SourceLocation(), in getCapturedDeclRefType()
|
| HD | SemaExprObjC.cpp | 1249 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
|
| HD | TreeTransform.h | 9566 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind); in TransformLambdaExpr() 9587 getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind, in TransformLambdaExpr()
|