Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1289 LambdaExpr::capture_iterator LambdaExpr::capture_end() const { in capture_end() function in LambdaExpr
1294 return capture_range(capture_begin(), capture_end()); in captures()
1315 return capture_end(); in implicit_capture_end()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3680 return capture_range(capture_begin(), capture_end()); in captures()
3683 return capture_const_range(capture_begin(), capture_end()); in captures()
3692 capture_iterator capture_end() const { in capture_end() function
H A DDecl.h4462 capture_const_iterator capture_end() const { return captures().end(); } in capture_end() function
H A DExprCXX.h2002 capture_iterator capture_end() const;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp218 auto CE = BD->capture_end(); in VisitBlockExpr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp598 (block->capture_end() - block->capture_begin())); in computeBlockInfo()
H A DCodeGenFunction.h418 E = S.capture_end();
H A DCGOpenMPRuntime.cpp9994 CE = CS.capture_end(); in emitTargetCall()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp516 Record.push_back(std::distance(S->capture_begin(), S->capture_end())); in VisitCapturedStmt()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h13167 CEnd = E->capture_end(); in TransformLambdaExpr()
13330 CEnd = E->capture_end(); in TransformLambdaExpr()
13487 CEnd = E->capture_end(); in SkipLambdaBody()
H A DSemaInit.cpp7753 assert(CapI != LE->capture_end()); in visitLocalsRetainedByInitializer()