Searched refs:isBlockCapture (Results 1 – 3 of 3) sorted by relevance
377 bool isBlockCapture() const { return VarAndKind.getInt() == Cap_Block; } in isBlockCapture() function
837 assert(!From.isBlockCapture() && "Cannot capture __block variables"); in ActOnLambdaExpr()
9650 BlockDecl::Capture NewCap(Cap.getVariable(), Cap.isBlockCapture(), in ActOnBlockStmtExpr()