LLVM
15.0.0git
|
#include "llvm/Demangle/ItaniumDemangle.h"
Protected Member Functions | |
ExpandedSpecialSubstitution (SpecialSubKind SSK_, Kind K_) | |
bool | isInstantiation () const |
StringView | getBaseName () const override |
Protected Attributes | |
SpecialSubKind | SSK |
Additional Inherited Members | |
![]() | |
enum | Kind : unsigned char |
enum | Cache : unsigned char { Cache::Yes, Cache::No, Cache::Unknown } |
Three-way bool to track a cached value. More... | |
enum | Prec { Prec::Primary, Prec::Postfix, Prec::Unary, Prec::Cast, Prec::PtrMem, Prec::Multiplicative, Prec::Additive, Prec::Shift, Prec::Spaceship, Prec::Relational, Prec::Equality, Prec::And, Prec::Xor, Prec::Ior, Prec::AndIf, Prec::OrIf, Prec::Conditional, Prec::Assign, Prec::Comma, Prec::Default } |
Operator precedence for expression nodes. More... | |
![]() | |
Cache | RHSComponentCache: 2 |
Tracks if this node has a component on its right side, in which case we need to call printRight. More... | |
Cache | ArrayCache: 2 |
Track if this node is a (possibly qualified) array type. More... | |
Cache | FunctionCache: 2 |
Track if this node is a (possibly qualified) function type. More... | |
Definition at line 1510 of file ItaniumDemangle.h.
|
inlineprotected |
Definition at line 1514 of file ItaniumDemangle.h.
|
inline |
Definition at line 1517 of file ItaniumDemangle.h.
|
inline |
Definition at line 1580 of file ItaniumDemangle.h.
|
inlineoverrideprotectedvirtual |
Reimplemented from Node.
Reimplemented in SpecialSubstitution.
Definition at line 1528 of file ItaniumDemangle.h.
References allocator, basic_string, DEMANGLE_UNREACHABLE, iostream, istream, ostream, SSK, and string.
Referenced by SpecialSubstitution::getBaseName().
|
inlineprotected |
Definition at line 1524 of file ItaniumDemangle.h.
Referenced by SpecialSubstitution::getBaseName().
|
inline |
Definition at line 1521 of file ItaniumDemangle.h.
|
protected |
Definition at line 1512 of file ItaniumDemangle.h.
Referenced by getBaseName(), isInstantiation(), match(), and SpecialSubstitution::match().