LLVM: ExpandedSpecialSubstitution Class Reference (original) (raw)
#include "[llvm/Demangle/ItaniumDemangle.h](ItaniumDemangle%5F8h%5Fsource.html)"
| Public Member Functions |
|
|
ExpandedSpecialSubstitution (SpecialSubKind SSK_) |
|
ExpandedSpecialSubstitution (SpecialSubstitution const *) |
| template |
|
| void |
match (Fn F) const |
| Public Member Functions inherited from Node |
|
|
Node (Kind K_, Prec Precedence_=Prec::Primary, Cache RHSComponentCache_=Cache::No, Cache ArrayCache_=Cache::No, Cache FunctionCache_=Cache::No) |
|
Node (Kind K_, Cache RHSComponentCache_, Cache ArrayCache_=Cache::No, Cache FunctionCache_=Cache::No) |
| template |
|
| void |
visit (Fn F) const |
|
Visit the most-derived object corresponding to this object. |
| bool |
hasRHSComponent (OutputBuffer &OB) const |
| bool |
hasArray (OutputBuffer &OB) const |
| bool |
hasFunction (OutputBuffer &OB) const |
| Kind |
getKind () const |
| Prec |
getPrecedence () const |
| Cache |
getRHSComponentCache () const |
| Cache |
getArrayCache () const |
| Cache |
getFunctionCache () const |
| virtual bool |
hasRHSComponentSlow (OutputBuffer &) const |
| virtual bool |
hasArraySlow (OutputBuffer &) const |
| virtual bool |
hasFunctionSlow (OutputBuffer &) const |
| virtual const Node * |
getSyntaxNode (OutputBuffer &) const |
| void |
printAsOperand (OutputBuffer &OB, Prec P=Prec::Default, bool StrictlyWorse=false) const |
| void |
print (OutputBuffer &OB) const |
| virtual bool |
printInitListAsType (OutputBuffer &, const NodeArray &) const |
| virtual |
~Node ()=default |
| DEMANGLE_DUMP_METHOD void |
dump () const |
| 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.
◆ ExpandedSpecialSubstitution() [2/3]
| ExpandedSpecialSubstitution::ExpandedSpecialSubstitution ( SpecialSubKind SSK_) |
inline |
◆ ExpandedSpecialSubstitution() [3/3]
◆ getBaseName()
| std::string_view ExpandedSpecialSubstitution::getBaseName ( ) const |
inlineoverrideprotectedvirtual |
◆ isInstantiation()
| bool ExpandedSpecialSubstitution::isInstantiation ( ) const |
inlineprotected |
◆ match()
template
| void ExpandedSpecialSubstitution::match ( Fn F) const |
inline |
◆ SSK
The documentation for this class was generated from the following file: