Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1230 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp17586 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
17632 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
H A DTreeTransform.h12917 : Sema::TryCapture_ExplicitByRef; in TransformLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5026 TryCapture_Implicit, TryCapture_ExplicitByVal, TryCapture_ExplicitByRef enumerator