Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1357 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_begin() const { in explicit_capture_begin() function in LambdaExpr
1367 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
H A DStmtPrinter.cpp2200 for (LambdaExpr::capture_iterator C = Node->explicit_capture_begin(), in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2042 capture_iterator explicit_capture_begin() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14292 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()