Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DStmt.cpp1102 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
DDecl.cpp3471 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h1954 bool capturesVariable() const { return getCaptureKind() != VCK_This; } in capturesVariable() function
DExprCXX.h1399 bool capturesVariable() const { in capturesVariable() function