Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h1058 typedef llvm::iterator_range<capture_const_iterator> capture_const_range; typedef
1060 capture_const_range captures() const { in captures()
1061 return capture_const_range(captures_begin(), captures_end()); in captures()
DStmt.h2111 typedef llvm::iterator_range<const_capture_iterator> capture_const_range; typedef
2116 capture_const_range captures() const { in captures()
2117 return capture_const_range(capture_begin(), capture_end()); in captures()
DDecl.h3360 typedef llvm::iterator_range<capture_const_iterator> capture_const_range; typedef
3365 capture_const_range captures() const { in captures()
3366 return capture_const_range(capture_begin(), capture_end()); in captures()