Searched refs:capture_end (Results 1 – 11 of 11) sorted by relevance
1299 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr1304 return capture_range(capture_begin(), capture_end()); in captures()1325 return capture_end(); in implicit_capture_end()
3894 return capture_range(capture_begin(), capture_end()); in captures()3897 return capture_const_range(capture_begin(), capture_end()); in captures()3906 capture_iterator capture_end() const { in capture_end() function
4577 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
2016 capture_iterator capture_end() const;
213 auto CE = BD->capture_end(); in VisitBlockExpr()
573 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
426 E = S.capture_end();
9451 CE = CS.capture_end(); in emitTargetCallKernelLaunch()
584 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
13403 CEnd = E->capture_end(); in TransformLambdaExpr()13510 CEnd = E->capture_end(); in TransformLambdaExpr()13766 CEnd = E->capture_end(); in SkipLambdaBody()
7913 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()