Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1229 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18482 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
18528 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
H A DTreeTransform.h13212 : Sema::TryCapture_ExplicitByRef; in TransformLambdaExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5295 TryCapture_Implicit, TryCapture_ExplicitByVal, TryCapture_ExplicitByRef enumerator