Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h82 bool capturesThis() const { in capturesThis() function
H A DStmt.h3509 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function