Searched defs:capturesVariable (Results 1 – 2 of 2) sorted by relevance
2838 bool BlockDecl::capturesVariable(const VarDecl *variable) const { in capturesVariable() function in BlockDecl
1210 bool capturesVariable() const { return VarAndBits.getPointer() != 0; } in capturesVariable() function