LLVM
10.0.0svn
|
#include "llvm/Demangle/ItaniumDemangle.h"
Public Member Functions | |
QualType (const Node *Child_, Qualifiers Quals_) | |
template<typename Fn > | |
void | match (Fn F) const |
bool | hasRHSComponentSlow (OutputStream &S) const override |
bool | hasArraySlow (OutputStream &S) const override |
bool | hasFunctionSlow (OutputStream &S) const override |
void | printLeft (OutputStream &S) const override |
void | printRight (OutputStream &S) const override |
![]() | |
Node (Kind K_, Cache RHSComponentCache_=Cache::No, Cache ArrayCache_=Cache::No, Cache FunctionCache_=Cache::No) | |
template<typename Fn > | |
void | visit (Fn F) const |
Visit the most-derived object corresponding to this object. More... | |
bool | hasRHSComponent (OutputStream &S) const |
bool | hasArray (OutputStream &S) const |
bool | hasFunction (OutputStream &S) const |
Kind | getKind () const |
virtual const Node * | getSyntaxNode (OutputStream &) const |
void | print (OutputStream &S) const |
virtual StringView | getBaseName () const |
virtual | ~Node ()=default |
DEMANGLE_DUMP_METHOD void | dump () const |
Protected Member Functions | |
void | printQuals (OutputStream &S) const |
Protected Attributes | |
const Qualifiers | Quals |
const Node * | Child |
Additional Inherited Members | |
![]() | |
enum | Kind : unsigned char |
enum | Cache : unsigned char { Cache::Yes, Cache::No, Cache::Unknown } |
Three-way bool to track a cached value. More... | |
![]() | |
Cache | RHSComponentCache |
Tracks if this node has a component on its right side, in which case we need to call printRight. More... | |
Cache | ArrayCache |
Track if this node is a (possibly qualified) array type. More... | |
Cache | FunctionCache |
Track if this node is a (possibly qualified) function type. More... | |
Definition at line 313 of file ItaniumDemangle.h.
|
inline |
Definition at line 328 of file ItaniumDemangle.h.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 338 of file ItaniumDemangle.h.
References Node::hasArray().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 341 of file ItaniumDemangle.h.
References Node::hasFunction().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 335 of file ItaniumDemangle.h.
References Node::hasRHSComponent().
|
inline |
Definition at line 333 of file ItaniumDemangle.h.
References F().
|
inlineoverridevirtual |
|
inlineprotected |
Definition at line 318 of file ItaniumDemangle.h.
References QualConst, QualRestrict, and QualVolatile.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 350 of file ItaniumDemangle.h.
References Node::printRight().
Definition at line 316 of file ItaniumDemangle.h.
|
protected |
Definition at line 315 of file ItaniumDemangle.h.