Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h468 bool isThisCapture() const { in isThisCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h600 bool isThisCapture() const { return CapturesThis; } in isThisCapture() function