LLVM 22.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 : uint8_t |
enum class | Cache : uint8_t { Yes , No , Unknown } |
Three-way bool to track a cached value. More... | |
enum class | Prec : uint8_t { 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 437 of file ItaniumDemangle.h.
|
inline |
Definition at line 452 of file ItaniumDemangle.h.
References Child, Node::getArrayCache(), Node::getFunctionCache(), Node::getRHSComponentCache(), Node::Node(), and Quals.
Definition at line 458 of file ItaniumDemangle.h.
References Child, and Node::Node().
|
inline |
Definition at line 457 of file ItaniumDemangle.h.
References Quals.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 465 of file ItaniumDemangle.h.
References Child, and Node::OutputBuffer.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 468 of file ItaniumDemangle.h.
References Child, and Node::OutputBuffer.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 462 of file ItaniumDemangle.h.
References Child, and Node::OutputBuffer.
|
inline |
Definition at line 460 of file ItaniumDemangle.h.
|
inlineoverridevirtual |
Implements Node.
Definition at line 472 of file ItaniumDemangle.h.
References Child, Node::OutputBuffer, and printQuals().
|
inlineprotected |
Definition at line 442 of file ItaniumDemangle.h.
References Node::OutputBuffer, QualConst, QualRestrict, Quals, and QualVolatile.
Referenced by printLeft().
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 477 of file ItaniumDemangle.h.
References Child, and Node::OutputBuffer.
Definition at line 440 of file ItaniumDemangle.h.
Referenced by getChild(), hasArraySlow(), hasFunctionSlow(), hasRHSComponentSlow(), match(), printLeft(), printRight(), and QualType().
|
protected |
Definition at line 439 of file ItaniumDemangle.h.
Referenced by getQuals(), match(), printQuals(), and QualType().