Searched refs:capture_end (Results 1 – 11 of 11) sorted by relevance
1355 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr1360 return capture_range(capture_begin(), capture_end()); in captures()1381 return capture_end(); in implicit_capture_end()
3994 return capture_range(capture_begin(), capture_end());3997 return capture_const_range(capture_begin(), capture_end());4006 capture_iterator capture_end() const {
4710 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
2034 capture_iterator capture_end() const;
217 auto CE = BD->capture_end(); in VisitBlockExpr()
992 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()
15415 CEnd = E->capture_end(); in TransformLambdaExpr()15540 CEnd = E->capture_end(); in TransformLambdaExpr()15821 CEnd = E->capture_end(); in SkipLambdaBody()
581 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
461 E = S.capture_end();
9516 CE = CS.capture_end(); in genMapInfoForCaptures()
583 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()