Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DLambdaCapture.h89 bool capturesVariable() const { in capturesVariable() function
H A DStmt.h3146 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1289 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
H A DDecl.cpp4289 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl