LLVM 22.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 : 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 1683 of file ItaniumDemangle.h.
|
inlineprotected |
Definition at line 1687 of file ItaniumDemangle.h.
References Node::Node(), and SSK.
Referenced by ExpandedSpecialSubstitution(), ExpandedSpecialSubstitution(), and SpecialSubstitution::SpecialSubstitution().
|
inline |
Definition at line 1690 of file ItaniumDemangle.h.
References ExpandedSpecialSubstitution().
|
inline |
Definition at line 1753 of file ItaniumDemangle.h.
References ExpandedSpecialSubstitution(), and SSK.
|
inlineoverrideprotectedvirtual |
Reimplemented from Node.
Reimplemented in SpecialSubstitution.
Definition at line 1701 of file ItaniumDemangle.h.
References allocator, basic_string, DEMANGLE_UNREACHABLE, iostream, istream, ostream, SSK, and string.
Referenced by SpecialSubstitution::getBaseName().
|
inlineprotected |
Definition at line 1697 of file ItaniumDemangle.h.
Referenced by SpecialSubstitution::getBaseName().
|
inline |
Definition at line 1694 of file ItaniumDemangle.h.
|
protected |
Definition at line 1685 of file ItaniumDemangle.h.
Referenced by ExpandedSpecialSubstitution(), ExpandedSpecialSubstitution(), getBaseName(), isInstantiation(), match(), and SpecialSubstitution::match().