Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h88 bool capturesVariable() const { in capturesVariable() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1431 bool CapturedStmt::capturesVariable(const VarDecl *Var) const { in capturesVariable() function in CapturedStmt
H A DDecl.cpp5245 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl