Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3477 VCK_ByRef, enumerator
3512 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1272 case VCK_ByRef: in Capture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4677 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8220 Cap.getCaptureKind() == CapturedStmt::VCK_ByRef) in getMapModifiersForPrivateClauses()