Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h563 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
628 : CapturedVLA(VLA), Loc(Loc), CaptureType(CaptureType), Kind(Cap_VLA), in Capture()
640 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture()