Home
last modified time | relevance | path

Searched refs:TryCapture_ExplicitByRef (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.cpp19463 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
19505 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
H A DTreeTransform.h13579 : Sema::TryCapture_ExplicitByRef; in TransformLambdaExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5561 TryCapture_Implicit, TryCapture_ExplicitByVal, TryCapture_ExplicitByRef enumerator