Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2136 typedef const Capture *const_capture_iterator; typedef
2138 typedef llvm::iterator_range<const_capture_iterator> capture_const_range;
2149 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
/external/clang/lib/CodeGen/
DCodeGenFunction.h187 for (CapturedStmt::const_capture_iterator I = S.capture_begin(), in Kind()
DCGOpenMPRuntime.cpp5726 for (CapturedStmt::const_capture_iterator CI = CS.capture_begin(), in emitTargetCall()