Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DLambdaCapture.h74 bool capturesVariable() const { in capturesVariable() function
DStmt.h2019 bool capturesVariable() const { return getCaptureKind() != VCK_This; } in capturesVariable() function
/external/clang/lib/AST/
DStmt.cpp1100 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
DDecl.cpp3618 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl