LLVM 20.0.0git
|
#include "llvm/Demangle/ItaniumDemangle.h"
Public Attributes | |
Node * | Qual |
Node * | Name |
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... | |
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 1057 of file ItaniumDemangle.h.
Definition at line 1061 of file ItaniumDemangle.h.
|
inlineoverridevirtual |
Reimplemented from Node.
Definition at line 1066 of file ItaniumDemangle.h.
References Node::getBaseName(), and Name.
|
inline |
Definition at line 1064 of file ItaniumDemangle.h.
|
inlineoverridevirtual |
Implements Node.
Definition at line 1068 of file ItaniumDemangle.h.
References Name, Node::print(), and Qual.
Node* MemberLikeFriendName::Name |
Definition at line 1059 of file ItaniumDemangle.h.
Referenced by getBaseName(), match(), and printLeft().
Node* MemberLikeFriendName::Qual |
Definition at line 1058 of file ItaniumDemangle.h.
Referenced by match(), and printLeft().