Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h480 bool isBlockCapture() const { in isBlockCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h607 bool isBlockCapture() const { return Kind == Cap_Block; } in isBlockCapture() function