Home
last modified time | relevance | path

Searched refs:explicit_capture_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1361 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_end() const { in explicit_capture_end() function in LambdaExpr
1367 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1371 return explicit_capture_end(); in implicit_capture_begin()
H A DStmtPrinter.cpp2201 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2046 capture_iterator explicit_capture_end() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14292 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()