Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1222 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr
1227 return capture_range(capture_begin(), capture_end()); in captures()
1249 return capture_end(); in implicit_capture_end()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3668 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
H A DDecl.h4349 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
H A DExprCXX.h1944 capture_iterator capture_end() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp217 auto CE = BD->capture_end(); in VisitBlockExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp600 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
H A DCodeGenFunction.h417 E = S.capture_end();
H A DCGOpenMPRuntime.cpp10381 CE = CS.capture_end(); in emitTargetCall()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp518 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h12987 CEnd = E->capture_end(); in TransformLambdaExpr()
13154 CEnd = E->capture_end(); in TransformLambdaExpr()
13312 CEnd = E->capture_end(); in SkipLambdaBody()
H A DSemaInit.cpp7425 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()
H A DSemaDeclCXX.cpp153 if (Lambda->capture_begin() == Lambda->capture_end()) in VisitLambdaExpr()