Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2012 VCK_ByRef, enumerator
2046 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/external/clang/lib/AST/
DStmt.cpp966 case VCK_ByRef: in Capture()
/external/clang/lib/Sema/
DSemaStmt.cpp3875 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()