Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1322 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp18449 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
18491 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
H A DTreeTransform.h14489 : Sema::TryCapture_ExplicitByRef; in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6600 TryCapture_ExplicitByRef enumerator