Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMissingStdForwardCheck.cpp103 auto CaptureByRefExplicit = hasAnyCapture( in registerMatchers() local
107 lambdaExpr(anyOf(CaptureInRef, CaptureInCopy, CaptureByRefExplicit)); in registerMatchers()