Searched refs:capture_end (Results 1 – 12 of 12) sorted by relevance
1222 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr1227 return capture_range(capture_begin(), capture_end()); in captures()1249 return capture_end(); in implicit_capture_end()
3668 return capture_range(capture_begin(), capture_end()); in captures()3671 return capture_const_range(capture_begin(), capture_end()); in captures()3680 capture_iterator capture_end() const { in capture_end() function
4349 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
1944 capture_iterator capture_end() const;
217 auto CE = BD->capture_end(); in VisitBlockExpr()
600 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
417 E = S.capture_end();
10381 CE = CS.capture_end(); in emitTargetCall()
518 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
12987 CEnd = E->capture_end(); in TransformLambdaExpr()13154 CEnd = E->capture_end(); in TransformLambdaExpr()13312 CEnd = E->capture_end(); in SkipLambdaBody()
7425 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()
153 if (Lambda->capture_begin() == Lambda->capture_end()) in VisitLambdaExpr()