Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h3111 VCK_ByRef, enumerator
3146 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1147 case VCK_ByRef: in Capture()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4251 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()