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

References

tools/clang/include/clang/AST/Expr.h
 3942   CompoundStmt *getSubStmt() { return cast<CompoundStmt>(SubStmt); }
 3943   const CompoundStmt *getSubStmt() const { return cast<CompoundStmt>(SubStmt); }
 3944   void setSubStmt(CompoundStmt *S) { SubStmt = S; }
 3959   child_range children() { return child_range(&SubStmt, &SubStmt+1); }
 3959   child_range children() { return child_range(&SubStmt, &SubStmt+1); }
 3961     return const_child_range(&SubStmt, &SubStmt + 1);
 3961     return const_child_range(&SubStmt, &SubStmt + 1);