Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1629 ConditionalExpr(const Node *Cond_, const Node *Then_, const Node *Else_) in ConditionalExpr() argument
1630 : Node(KConditionalExpr), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr()