Searched refs:ConditionalExpr (Results 1 – 2 of 2) sorted by relevance
39 TYPE(ConditionalExpr) \
75 X(ConditionalExpr) \1512 class ConditionalExpr : public Node {1518 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() function4489 return make<ConditionalExpr>(Cond, LHS, RHS); in parseExpr()