Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h561 unsigned CapturesThis : 1; variable
582 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
590 CapturesThis(true), ODRUsed(false), NonODRUsed(false), in Capture()
597 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
600 bool isThisCapture() const { return CapturesThis; } in isThisCapture()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp468 TEST(Matcher, CapturesThis) { in TEST() argument