Home
last modified time | relevance | path

Searched refs:VCK_ByRef (Results 1 – 7 of 7) 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/llvm-project/clang/include/clang/AST/
DStmt.h3473 VCK_ByRef, enumerator
3508 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1264 case VCK_ByRef: in Capture()
/external/clang/lib/Sema/
DSemaStmt.cpp3875 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4389 ? CapturedStmt::VCK_ByRef in buildCapturedStmtCaptureList()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8105 Cap.getCaptureKind() == CapturedStmt::VCK_ByRef) in getMapModifiersForPrivateClauses()