Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h3555 Capture *getStoredCaptures() const;
3614 capture_iterator capture_begin() { return getStoredCaptures(); } in capture_begin()
3615 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
3620 return getStoredCaptures() + NumCaptures; in capture_end()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp1302 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures() function in CapturedStmt
1333 Capture *Buffer = getStoredCaptures(); in CapturedStmt()