Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h536 Cap_ByCopy, Cap_ByRef, Cap_Block, Cap_VLA enumerator
600 : CapturedVLA(VLA), Loc(Loc), CaptureType(CaptureType), Kind(Cap_VLA), in Capture()
612 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture()