Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1311 CapturedStmt::Capture *CapturedStmt::getStoredCaptures() const { in getStoredCaptures() function in CapturedStmt
1342 Capture *Buffer = getStoredCaptures(); in CapturedStmt()
1352 Capture *Buffer = getStoredCaptures(); in CapturedStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3849 Capture *getStoredCaptures() const;
3908 capture_iterator capture_begin() { return getStoredCaptures(); }
3909 const_capture_iterator capture_begin() const { return getStoredCaptures(); }
3914 return getStoredCaptures() + NumCaptures;