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.h1068 typedef llvm::iterator_range<capture_const_iterator> capture_const_range; typedef
1070 capture_const_range captures() const { in captures()
1071 return capture_const_range(captures_begin(), captures_end()); in captures()
DStmt.h2136 typedef llvm::iterator_range<const_capture_iterator> capture_const_range; typedef
2141 capture_const_range captures() const { in captures()
2142 return capture_const_range(capture_begin(), capture_end()); in captures()
DDecl.h3515 typedef llvm::iterator_range<capture_const_iterator> capture_const_range; typedef
3520 capture_const_range captures() const { in captures()
3521 return capture_const_range(capture_begin(), capture_end()); in captures()