Home
last modified time | relevance | path

Searched refs:capture_range (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1293 LambdaExpr::capture_range LambdaExpr::captures() const { in captures()
1294 return capture_range(capture_begin(), capture_end()); in captures()
1306 LambdaExpr::capture_range LambdaExpr::explicit_captures() const { in explicit_captures()
1307 return capture_range(explicit_capture_begin(), explicit_capture_end()); in explicit_captures()
1318 LambdaExpr::capture_range LambdaExpr::implicit_captures() const { in implicit_captures()
1319 return capture_range(implicit_capture_begin(), implicit_capture_end()); in implicit_captures()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3676 using capture_range = llvm::iterator_range<capture_iterator>; variable
3679 capture_range captures() { in captures()
3680 return capture_range(capture_begin(), capture_end()); in captures()
H A DExprCXX.h1992 using capture_range = llvm::iterator_range<capture_iterator>; variable
1995 capture_range captures() const;
2008 capture_range explicit_captures() const;
2019 capture_range implicit_captures() const;