Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3538 VCK_ByRef, enumerator
3573 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1284 case VCK_ByRef: in Capture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4700 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()