Home
last modified time | relevance | path

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

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