Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h474 bool isCopyCapture() const { in isCopyCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h605 bool isCopyCapture() const { return Kind == Cap_ByCopy; } in isCopyCapture() function