Home
last modified time | relevance | path

Searched defs:capturesVariable (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
H A DStmt.h3799 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1430 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
H A DDecl.cpp5190 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl