Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h374 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator
403 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
420 return InitExprAndCaptureKind.getInt() == Cap_ByCopy && in isCopyCapture()
430 return InitExprAndCaptureKind.getInt() == Cap_ByCopy && in isVLATypeCapture()