Home
last modified time | relevance | path

Searched refs:Cond_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1912 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_, in ConditionalExpr() argument
1914 : Node(KConditionalExpr, Prec_), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()