Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2091 Capture *getStoredCaptures() const;
2148 capture_iterator capture_begin() { return getStoredCaptures(); } in capture_begin()
2149 const_capture_iterator capture_begin() const { return getStoredCaptures(); } in capture_begin()
2154 return getStoredCaptures() + NumCaptures; in capture_end()
/external/clang/lib/AST/
DStmt.cpp997 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures() function in CapturedStmt
1028 Capture *Buffer = getStoredCaptures(); in CapturedStmt()