Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h89 bool capturesVariable() const { in capturesVariable() function
DStmt.h2046 bool capturesVariable() const { return getCaptureKind() == VCK_ByRef; } in capturesVariable() function
/external/clang/lib/AST/
DStmt.cpp1107 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
DDecl.cpp3900 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl