LLVM 22.0.0git
NodeArray Class Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Public Member Functions

 NodeArray ()
 NodeArray (Node **Elements_, size_t NumElements_)
bool empty () const
size_t size () const
Node ** begin () const
Node ** end () const
Nodeoperator[] (size_t Idx) const
void printWithComma (OutputBuffer &OB) const
bool printAsString (OutputBuffer &OB) const

Detailed Description

Definition at line 327 of file ItaniumDemangle.h.

Constructor & Destructor Documentation

◆ NodeArray() [1/2]

NodeArray::NodeArray ( )
inline

Definition at line 332 of file ItaniumDemangle.h.

◆ NodeArray() [2/2]

NodeArray::NodeArray ( Node ** Elements_,
size_t NumElements_ )
inline

Definition at line 333 of file ItaniumDemangle.h.

Member Function Documentation

◆ begin()

Node ** NodeArray::begin ( ) const
inline

Definition at line 339 of file ItaniumDemangle.h.

◆ empty()

bool NodeArray::empty ( ) const
inline

◆ end()

Node ** NodeArray::end ( ) const
inline

Definition at line 340 of file ItaniumDemangle.h.

◆ operator[]()

Node * NodeArray::operator[] ( size_t Idx) const
inline

Definition at line 342 of file ItaniumDemangle.h.

◆ printAsString()

bool NodeArray::printAsString ( OutputBuffer & OB) const
inline

Definition at line 2656 of file ItaniumDemangle.h.

References Fail, and Node::getKind().

◆ printWithComma()

void NodeArray::printWithComma ( OutputBuffer & OB) const
inline

Definition at line 344 of file ItaniumDemangle.h.

References Node::Comma.

Referenced by llvm::ItaniumPartialDemangler::getFunctionParameters().

◆ size()

size_t NodeArray::size ( ) const
inline

The documentation for this class was generated from the following file: