reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4120 SubExprs[COND] = cond; 4121 SubExprs[LHS] = lhs; 4122 SubExprs[RHS] = rhs; 4147 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } 4148 void setCond(Expr *E) { SubExprs[COND] = E; } 4149 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } 4150 void setLHS(Expr *E) { SubExprs[LHS] = E; } 4151 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } 4152 void setRHS(Expr *E) { SubExprs[RHS] = E; } 4169 return child_range(&SubExprs[0], &SubExprs[0]+END_EXPR); 4169 return child_range(&SubExprs[0], &SubExprs[0]+END_EXPR); 4172 return const_child_range(&SubExprs[0], &SubExprs[0] + END_EXPR); 4172 return const_child_range(&SubExprs[0], &SubExprs[0] + END_EXPR);