| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Demangle/ItaniumDemangle.h"
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... | |
| 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.   | |
Definition at line 639 of file ItaniumDemangle.h.
Definition at line 643 of file ItaniumDemangle.h.
References Node::getRHSComponentCache(), and Node::Node().
Definition at line 647 of file ItaniumDemangle.h.
References Node::Node().
      
  | 
  inlineoverridevirtual | 
Reimplemented from Node.
Definition at line 651 of file ItaniumDemangle.h.
References Node::OutputBuffer.
      
  | 
  inline | 
Definition at line 649 of file ItaniumDemangle.h.
References F.
      
  | 
  inlineoverridevirtual | 
Implements Node.
Definition at line 655 of file ItaniumDemangle.h.
References ObjCProtoName::isObjCObject(), and Node::OutputBuffer.
      
  | 
  inlineoverridevirtual | 
Reimplemented from Node.
Definition at line 673 of file ItaniumDemangle.h.
References ObjCProtoName::isObjCObject(), and Node::OutputBuffer.