Searched refs:CapturesThis (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 561 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/ |
D | ASTMatchersTraversalTest.cpp | 468 TEST(Matcher, CapturesThis) { in TEST() argument
|