Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3602 using const_capture_iterator = const Capture *; variable
3604 using capture_const_range = llvm::iterator_range<const_capture_iterator>;
3615 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h389 for (CapturedStmt::const_capture_iterator I = S.capture_begin(),
H A DCGOpenMPRuntime.cpp10231 for (CapturedStmt::const_capture_iterator CI = CS.capture_begin(), in emitTargetCall()