Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3663 using const_capture_iterator = const Capture *; variable
3665 using capture_const_range = llvm::iterator_range<const_capture_iterator>;
3676 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h416 for (CapturedStmt::const_capture_iterator I = S.capture_begin(),
H A DCGOpenMPRuntime.cpp10380 for (CapturedStmt::const_capture_iterator CI = CS.capture_begin(), in emitTargetCall()