Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1349 ? TryCaptureKind::ExplicitByRef in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp18895 ByRef = (Kind == TryCaptureKind::ExplicitByRef); in captureInCapturedRegion()
18937 ByRef = (Kind == TryCaptureKind::ExplicitByRef); in captureInLambda()
H A DTreeTransform.h15615 : TryCaptureKind::ExplicitByRef; in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h649 enum class TryCaptureKind { Implicit, ExplicitByVal, ExplicitByRef }; enumerator