class ConditionalExpr

Declaration

class ConditionalExpr : public Node { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1756

Inherits from: Node

Member Variables

private const llvm::itanium_demangle::Node* Cond
private const llvm::itanium_demangle::Node* Then
private const llvm::itanium_demangle::Node* Else

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public ConditionalExpr(const llvm::itanium_demangle::Node * Cond_, const llvm::itanium_demangle::Node * Then_, const llvm::itanium_demangle::Node * Else_, llvm::itanium_demangle::Node::Prec Prec_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputBuffer & OB) const

Inherited from Node:

Methods

ConditionalExpr(
    const llvm::itanium_demangle::Node* Cond_,
    const llvm::itanium_demangle::Node* Then_,
    const llvm::itanium_demangle::Node* Else_,
    llvm::itanium_demangle::Node::Prec Prec_)

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1762

Parameters

const llvm::itanium_demangle::Node* Cond_
const llvm::itanium_demangle::Node* Then_
const llvm::itanium_demangle::Node* Else_
llvm::itanium_demangle::Node::Prec Prec_

template <typename Fn>
void match(Fn F) const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1766

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputBuffer& OB)
    const

Declared at: llvm/include/llvm/Demangle/ItaniumDemangle.h:1770

Parameters

llvm::itanium_demangle::OutputBuffer& OB