Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h508 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
550 : Cap_ByCopy), in Capture()
558 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef), in Capture()
570 return InitExprAndCaptureKind.getInt() == Cap_ByCopy; in isCopyCapture()