Searched defs:capturesVariable (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | LambdaCapture.h | 88 bool capturesVariable() const { in capturesVariable() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 1431 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { capturesVariable() function in CapturedStmt |
H A D | Decl.cpp | 5241 bool BlockDecl::capturesVariable(const VarDecl *variable) const { capturesVariable() function in BlockDecl |