LLVM 20.0.0git
|
#include "llvm/Demangle/ItaniumDemangle.h"
Protected Member Functions | |
void | printQuals (OutputBuffer &OB) const |
Protected Attributes | |
const Qualifiers | Quals |
const Node * | Child |
Protected Attributes inherited from Node | |
Cache | RHSComponentCache: 2 |
Tracks if this node has a component on its right side, in which case we need to call printRight. | |
Cache | ArrayCache: 2 |
Track if this node is a (possibly qualified) array type. | |
Cache | FunctionCache: 2 |
Track if this node is a (possibly qualified) function type. | |
Additional Inherited Members | |
Public Types inherited from Node | |
enum | Kind : unsigned char |
enum class | Cache : unsigned char { Yes , No , Unknown } |
Three-way bool to track a cached value. More... | |
enum class | Prec { Primary , Postfix , Unary , Cast , PtrMem , Multiplicative , Additive , Shift , Spaceship , Relational , Equality , And , Xor , Ior , AndIf , OrIf , Conditional , Assign , Comma , Default } |
Operator precedence for expression nodes. More... | |
Definition at line 412 of file ItaniumDemangle.h.
|
inline |
Definition at line 427 of file ItaniumDemangle.h.
Definition at line 433 of file ItaniumDemangle.h.
References Child.
|
inline |
Definition at line 432 of file ItaniumDemangle.h.
References Quals.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 440 of file ItaniumDemangle.h.
References Child, and Node::hasArray().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 443 of file ItaniumDemangle.h.
References Child, and Node::hasFunction().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 437 of file ItaniumDemangle.h.
References Child, and Node::hasRHSComponent().
|
inline |
Definition at line 435 of file ItaniumDemangle.h.
|
inlineoverridevirtual |
Implements Node.
Definition at line 447 of file ItaniumDemangle.h.
References Child, Node::printLeft(), and printQuals().
|
inlineprotected |
Definition at line 417 of file ItaniumDemangle.h.
References QualConst, QualRestrict, Quals, and QualVolatile.
Referenced by printLeft().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 452 of file ItaniumDemangle.h.
References Child, and Node::printRight().
Definition at line 415 of file ItaniumDemangle.h.
Referenced by getChild(), hasArraySlow(), hasFunctionSlow(), hasRHSComponentSlow(), match(), printLeft(), and printRight().
|
protected |
Definition at line 414 of file ItaniumDemangle.h.
Referenced by getQuals(), match(), and printQuals().