Home
last modified time | relevance | path

Searched refs:TryCaptureKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1266 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp19458 const bool RefersToCapturedVariable, Sema::TryCaptureKind Kind, in captureInCapturedRegion()
19499 const Sema::TryCaptureKind Kind, in captureInLambda()
19710 ValueDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, in tryCaptureVariable()
19989 TryCaptureKind Kind, SourceLocation EllipsisLoc) { in tryCaptureVariable()
H A DTreeTransform.h13575 Sema::TryCaptureKind Kind in TransformLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5560 enum TryCaptureKind { enum
5598 TryCaptureKind Kind, SourceLocation EllipsisLoc,
5605 TryCaptureKind Kind = TryCapture_Implicit,