Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h574 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
629 : ByRef ? Cap_ByRef in Capture()
638 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
655 bool isReferenceCapture() const { return Kind == Cap_ByRef; } in isReferenceCapture()