Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3550 VCK_ByRef, enumerator
3585 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1285 case VCK_ByRef: in Capture()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4692 Cap.isReferenceCapture() ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()