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

References

tools/clang/include/clang/AST/ExprCXX.h
 1863     getStoredStmts()[NumCaptures] = nullptr;
 1964     return reinterpret_cast<Expr **>(getStoredStmts());
 2042     return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1);
 2042     return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1);
tools/clang/lib/AST/ExprCXX.cpp
 1206   Stmt **Stored = getStoredStmts();