Searched refs:Then_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1625 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) argument
1626 : Node(KConditionalExpr), Cond(Cond_), Then(Then_), Else(Else_) {}

Completed in 73 milliseconds