Home
last modified time | relevance | path

Searched refs:VCK_This (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3537 VCK_This, enumerator
3570 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1281 case VCK_This: in Capture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4688 CapturedStmt::VCK_This)); in buildCapturedStmtCaptureList()