class CallExpr

Declaration

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

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

Inherits from: Node

Member Variables

Inherited from Node:

public RHSComponentCache
public ArrayCache
public FunctionCache

Method Overview

  • public CallExpr(const llvm::itanium_demangle::Node * Callee_, llvm::itanium_demangle::NodeArray Args_)
  • public template <typename Fn>void match(Fn F) const
  • public void printLeft(llvm::itanium_demangle::OutputStream & S) const

Inherited from Node:

Methods

CallExpr(
    const llvm::itanium_demangle::Node* Callee_,
    llvm::itanium_demangle::NodeArray Args_)

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

Parameters

const llvm::itanium_demangle::Node* Callee_
llvm::itanium_demangle::NodeArray Args_

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

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

Templates

Fn

Parameters

Fn F

void printLeft(
    llvm::itanium_demangle::OutputStream& S) const

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

Parameters

llvm::itanium_demangle::OutputStream& S