Home
last modified time | relevance | path

Searched refs:implicit_capture_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1374 LambdaExpr::capture_iterator LambdaExpr::implicit_capture_end() const { in implicit_capture_end() function in LambdaExpr
1379 return capture_range(implicit_capture_begin(), implicit_capture_end()); in implicit_captures()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2057 capture_iterator implicit_capture_end() const;