Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h77 bool capturesVariable() const { in capturesVariable() function
DStmt.h2037 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/external/clang/lib/AST/
DDecl.cpp3766 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
DStmt.cpp1159 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt