Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1226 LambdaExpr::capture_iterator LambdaExpr::explicit_capture_begin() const { in explicit_capture_begin() function in LambdaExpr
1237 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
H A DStmtProfile.cpp1927 for (LambdaExpr::capture_iterator C = S->explicit_capture_begin(), in VisitLambdaExpr()
H A DStmtPrinter.cpp1974 for (LambdaExpr::capture_iterator C = Node->explicit_capture_begin(), in VisitLambdaExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1954 capture_iterator explicit_capture_begin() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12700 InitCaptures.resize(E->explicit_capture_end() - E->explicit_capture_begin()); in TransformLambdaExpr()