Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3761 VCK_ByRef, enumerator
3799 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1286 case VCK_ByRef: in Capture()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4755 Cap.isReferenceCapture() ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()