Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2072 Capture *getStoredCaptures() const;
2138 capture_iterator capture_begin() { return getStoredCaptures(); } in capture_begin()
2139 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
2144 return getStoredCaptures() + NumCaptures; in capture_end()
/external/clang/lib/AST/
DStmt.cpp975 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures() function in CapturedStmt
1007 Capture *Buffer = getStoredCaptures(); in CapturedStmt()