Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp2838 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
/external/clang/include/clang/AST/
DExprCXX.h1210 bool capturesVariable() const { return VarAndBits.getPointer() != 0; } in capturesVariable() function