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

References

tools/clang/include/clang/AST/Stmt.h
 3462   const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; }
 3539     return reinterpret_cast<Expr *const *>(getStoredStmts());
tools/clang/lib/AST/Stmt.cpp
 1288   return const_child_range(getStoredStmts(), getStoredStmts() + NumCaptures);
 1288   return const_child_range(getStoredStmts(), getStoredStmts() + NumCaptures);