Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h407 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_This enumerator
436 ByRef ? Cap_ByRef : Cap_ByCopy), in Capture()
453 return InitExprAndCaptureKind.getInt() == Cap_ByCopy && in isCopyCapture()
463 return InitExprAndCaptureKind.getInt() == Cap_ByCopy && in isVLATypeCapture()