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

References

tools/clang/include/clang/AST/Expr.h
 3177   Expr *getSubExpr() { return cast<Expr>(Op); }
 3178   const Expr *getSubExpr() const { return cast<Expr>(Op); }
 3179   void setSubExpr(Expr *E) { Op = E; }
 3225   child_range children() { return child_range(&Op, &Op+1); }
 3225   child_range children() { return child_range(&Op, &Op+1); }
 3226   const_child_range children() const { return const_child_range(&Op, &Op + 1); }
 3226   const_child_range children() const { return const_child_range(&Op, &Op + 1); }