reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 3444   Capture *getStoredCaptures() const;

References

tools/clang/include/clang/AST/Stmt.h
 3503   capture_iterator capture_begin() { return getStoredCaptures(); }
 3504   const_capture_iterator capture_begin() const { return getStoredCaptures(); }
 3509     return getStoredCaptures() + NumCaptures;
tools/clang/lib/AST/Stmt.cpp
 1231   Capture *Buffer = getStoredCaptures();