Searched refs:Cond_ (Results 1 – 1 of 1) sorted by relevance
1912 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_, in ConditionalExpr() argument1914 : Node(KConditionalExpr, Prec_), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()