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

References

tools/clang/include/clang/AST/Stmt.h
 3446   void setCapturedStmt(Stmt *S) { getStoredStmts()[NumCaptures] = S; }
 3461   Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; }
 3535     return reinterpret_cast<Expr **>(getStoredStmts());
tools/clang/lib/AST/Stmt.cpp
 1223   Stmt **Stored = getStoredStmts();
 1238   getStoredStmts()[NumCaptures] = nullptr;
 1284   return child_range(getStoredStmts(), getStoredStmts() + NumCaptures);
 1284   return child_range(getStoredStmts(), getStoredStmts() + NumCaptures);