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

References

tools/clang/include/clang/AST/ExprCXX.h
 1970     return reinterpret_cast<Expr *const *>(getStoredStmts());
 2046     return const_child_range(getStoredStmts(),
 2047                              getStoredStmts() + NumCaptures + 1);
tools/clang/lib/AST/ExprCXX.cpp
 1310   if (!getStoredStmts()[NumCaptures])
 1311     *const_cast<Stmt **>(&getStoredStmts()[NumCaptures]) =
 1314   return static_cast<CompoundStmt *>(getStoredStmts()[NumCaptures]);