Searched refs:capture_end (Results 1 – 11 of 11) sorted by relevance
1289 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr1294 return capture_range(capture_begin(), capture_end()); in captures()1315 return capture_end(); in implicit_capture_end()
3680 return capture_range(capture_begin(), capture_end()); in captures()3683 return capture_const_range(capture_begin(), capture_end()); in captures()3692 capture_iterator capture_end() const { in capture_end() function
4462 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
2002 capture_iterator capture_end() const;
218 auto CE = BD->capture_end(); in VisitBlockExpr()
598 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
418 E = S.capture_end();
9994 CE = CS.capture_end(); in emitTargetCall()
516 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
13167 CEnd = E->capture_end(); in TransformLambdaExpr()13330 CEnd = E->capture_end(); in TransformLambdaExpr()13487 CEnd = E->capture_end(); in SkipLambdaBody()
7753 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()