Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1350 : TryCaptureKind::ExplicitByVal; in ActOnLambdaExpressionAfterIntroducer()
H A DTreeTransform.h15614 ? TryCaptureKind::ExplicitByVal in TransformLambdaExpr()
H A DSemaOpenMP.cpp5570 TryCaptureKind::ExplicitByVal, {}); in buildLoopVarFunc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h649 enum class TryCaptureKind { Implicit, ExplicitByVal, ExplicitByRef }; enumerator