LLVM 20.0.0git
|
#include "llvm/Demangle/ItaniumDemangle.h"
Protected Member Functions | |
ExpandedSpecialSubstitution (SpecialSubKind SSK_, Kind K_) | |
bool | isInstantiation () const |
std::string_view | getBaseName () const override |
Protected Attributes | |
SpecialSubKind | SSK |
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 1645 of file ItaniumDemangle.h.
|
inlineprotected |
Definition at line 1649 of file ItaniumDemangle.h.
|
inline |
Definition at line 1652 of file ItaniumDemangle.h.
|
inline |
Definition at line 1715 of file ItaniumDemangle.h.
|
inlineoverrideprotectedvirtual |
Reimplemented from Node.
Reimplemented in SpecialSubstitution.
Definition at line 1663 of file ItaniumDemangle.h.
References DEMANGLE_UNREACHABLE, and SSK.
Referenced by SpecialSubstitution::getBaseName().
|
inlineprotected |
Definition at line 1659 of file ItaniumDemangle.h.
References SSK.
Referenced by SpecialSubstitution::getBaseName().
|
inline |
Definition at line 1656 of file ItaniumDemangle.h.
|
protected |
Definition at line 1647 of file ItaniumDemangle.h.
Referenced by getBaseName(), isInstantiation(), match(), and SpecialSubstitution::match().