Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3762 VCK_ByCopy, enumerator
3803 return getCaptureKind() == VCK_ByCopy; in capturesVariableByCopy()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1289 case VCK_ByCopy: in Capture()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4756 : CapturedStmt::VCK_ByCopy, in buildCapturedStmtCaptureList()