Home
last modified time | relevance | path

Searched defs:isVLATypeCapture (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h483 bool isVLATypeCapture() const { in isVLATypeCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h608 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture() function