Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
H A DStmt.h3512 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1411 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
H A DDecl.cpp4715 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl