Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3889 using const_capture_iterator = const Capture *; variable
3891 using capture_const_range = llvm::iterator_range<const_capture_iterator>;
3902 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h425 for (CapturedStmt::const_capture_iterator I = S.capture_begin(),
H A DCGOpenMPRuntime.cpp9450 for (CapturedStmt::const_capture_iterator CI = CS.capture_begin(), in emitTargetCallKernelLaunch()