Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h2133 typedef const Capture *const_capture_iterator; typedef
2135 typedef llvm::iterator_range<const_capture_iterator> capture_const_range;
2146 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h180 for (CapturedStmt::const_capture_iterator I = S.capture_begin(), in Kind()