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

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

Completed in 113 milliseconds