Home
last modified time | relevance | path

Searched refs:capture_end (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1299 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr
1304 return capture_range(capture_begin(), capture_end()); in captures()
1325 return capture_end(); in implicit_capture_end()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3894 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
H A DDecl.h4577 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
H A DExprCXX.h2016 capture_iterator capture_end() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp213 auto CE = BD->capture_end(); in VisitBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp573 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
H A DCodeGenFunction.h426 E = S.capture_end();
H A DCGOpenMPRuntime.cpp9451 CE = CS.capture_end(); in emitTargetCallKernelLaunch()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp584 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13403 CEnd = E->capture_end(); in TransformLambdaExpr()
13510 CEnd = E->capture_end(); in TransformLambdaExpr()
13766 CEnd = E->capture_end(); in SkipLambdaBody()
H A DSemaInit.cpp7913 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()