Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h551 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
601 : Cap_ByCopy), in Capture()
609 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
625 bool isCopyCapture() const { return Kind == Cap_ByCopy; } in isCopyCapture()