Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1355 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr
1360 return capture_range(capture_begin(), capture_end()); in captures()
1381 return capture_end(); in implicit_capture_end()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3994 return capture_range(capture_begin(), capture_end());
3997 return capture_const_range(capture_begin(), capture_end());
4006 capture_iterator capture_end() const {
H A DDecl.h4710 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
H A DExprCXX.h2034 capture_iterator capture_end() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp217 auto CE = BD->capture_end(); in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp992 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()
H A DTreeTransform.h15415 CEnd = E->capture_end(); in TransformLambdaExpr()
15540 CEnd = E->capture_end(); in TransformLambdaExpr()
15821 CEnd = E->capture_end(); in SkipLambdaBody()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp581 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
H A DCodeGenFunction.h461 E = S.capture_end();
H A DCGOpenMPRuntime.cpp9516 CE = CS.capture_end(); in genMapInfoForCaptures()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp583 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()